RunOnContextAttribute(RunningContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RunOnContextAttribute class.
public:
RunOnContextAttribute(Microsoft::VisualStudio::LanguageServer::Client::RunningContext runOnContext);
public RunOnContextAttribute (Microsoft.VisualStudio.LanguageServer.Client.RunningContext runOnContext);
new Microsoft.VisualStudio.LanguageServer.Client.RunOnContextAttribute : Microsoft.VisualStudio.LanguageServer.Client.RunningContext -> Microsoft.VisualStudio.LanguageServer.Client.RunOnContextAttribute
Public Sub New (runOnContext As RunningContext)
Parameters
- runOnContext
- RunningContext
Value which indicates the context in which the language client can be activated.