Share via


TextDocumentClientCapabilities.TypeDefinition Property

Definition

Gets or sets the settings which determines if type definition can be dynamically registered.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ TypeDefinition { Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="typeDefinition")]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting TypeDefinition { get; set; }
[System.Runtime.Serialization.DataMember(Name="typeDefinition")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting? TypeDefinition { get; set; }
[<System.Runtime.Serialization.DataMember(Name="typeDefinition")>]
member this.TypeDefinition : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="typeDefinition")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.TypeDefinition : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting with get, set
Public Property TypeDefinition As DynamicRegistrationSetting

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to