RegistrationParams.Registrations Property
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.
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