TextDocumentClientCapabilities.Implementation Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает или задает параметры, определяющие возможность динамической регистрации реализации.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ Implementation { Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="implementation")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting Implementation { get; set; }
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting Implementation { get; set; }
[<System.Runtime.Serialization.DataMember(Name="implementation")>]
member this.Implementation : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
member this.Implementation : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
Public Property Implementation As DynamicRegistrationSetting
Значение свойства
- Атрибуты