次の方法で共有


Methods.WorkspaceDidChangeWatchedFiles Field

Definition

Strongly typed message object for 'workspace/didChangeWatchedFiles'.

public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspNotification<Microsoft::VisualStudio::LanguageServer::Protocol::DidChangeWatchedFilesParams ^> ^ WorkspaceDidChangeWatchedFiles;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<Microsoft.VisualStudio.LanguageServer.Protocol.DidChangeWatchedFilesParams> WorkspaceDidChangeWatchedFiles;
 staticval mutable WorkspaceDidChangeWatchedFiles : Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<Microsoft.VisualStudio.LanguageServer.Protocol.DidChangeWatchedFilesParams>
Public Shared ReadOnly WorkspaceDidChangeWatchedFiles As LspNotification(Of DidChangeWatchedFilesParams) 

Field Value

Applies to