UnregistrationParams.Unregistrations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要注销的功能。
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()
属性值
- 属性