Interface IVsEnvironmentActions
Visual Studio actions handle interaction with Visual Studio itself.
Namespace: CodeFactory.WinVs
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsEnvironmentActions
Methods
WriteToCodeFactoryOutputWindowAsync(string)
Writes the provided message to the CodeFactory output window in Visual Studio.
Declaration
Task WriteToCodeFactoryOutputWindowAsync(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message to be written to the output window. |
Returns
Type | Description |
---|---|
Task |