UnregistrationParams.Unregistrations 属性

定义

获取或设置要注销的功能。

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()

属性值

Unregistration[]
属性

适用于