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.

Атрибуты

Комментарии

Надстройки устарели. Дополнительные сведения см. в разделе часто задаваемые вопросы: преобразование надстроек в расширения VSPackage.

Применяется к