UnregistrationParams.Unregistrations Property

Definition

Gets or sets the capabilities to unregister.

public:
 property cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Unregistration ^> ^ Unregistrations { cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Unregistration ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::Unregistration ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="unregistrations")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Unregistration[] Unregistrations { get; set; }
[<System.Runtime.Serialization.DataMember(Name="unregistrations")>]
member this.Unregistrations : Microsoft.VisualStudio.LanguageServer.Protocol.Unregistration[] with get, set
Public Property Unregistrations As Unregistration()

Property Value

Attributes

Applies to