次の方法で共有


RegistrationParams.Registrations Property

Definition

Gets or sets the set of capabilities that are being registered.

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

Property Value

Attributes

Applies to