Methods.DocumentColorRequest Field
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.
Strongly typed message object for 'textDocument/documentColor'.
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.DocumentColorParams,Microsoft.VisualStudio.LanguageServer.Protocol.ColorInformation[]> DocumentColorRequest;
staticval mutable DocumentColorRequest : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.DocumentColorParams, Microsoft.VisualStudio.LanguageServer.Protocol.ColorInformation[]>
Public Shared ReadOnly DocumentColorRequest As LspRequest(Of DocumentColorParams, ColorInformation())