RunOnContextAttribute(RunningContext) Constructor

Definition

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.

Applies to