AddIn.Description 属性

定义

获取或设置一个字符串,该字符串表示对象的说明 AddIn

public:
 property System::String ^ default { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ default { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(0)]
public string this { [System.Runtime.InteropServices.DispId(0)] get; [System.Runtime.InteropServices.DispId(0)] set; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
[<set: System.Runtime.InteropServices.DispId(0)>]
member this.Description : string with get, set
Default Public Property Description As String

属性值

String

表示对象说明的字符串 AddIn

属性

注解

外接程序现在已弃用。 有关详细信息,请参阅 FAQ:将外接程序转换为 VSPackage 扩展

适用于