RunOnContextAttribute.RunOnContext Property
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.
Gets a value indicating the context in which the client can be activated.
public:
property Microsoft::VisualStudio::LanguageServer::Client::RunningContext RunOnContext { Microsoft::VisualStudio::LanguageServer::Client::RunningContext get(); };
public Microsoft.VisualStudio.LanguageServer.Client.RunningContext RunOnContext { get; }
member this.RunOnContext : Microsoft.VisualStudio.LanguageServer.Client.RunningContext
Public ReadOnly Property RunOnContext As RunningContext