AddIn.Description Propriedade

Definição

Obtém ou define uma cadeia de caracteres que representa a descrição do AddIn objeto.

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

Valor da propriedade

String

Uma cadeia de caracteres que representa a descrição do AddIn objeto.

Atributos

Comentários

Suplementos agora são preteridos. Para obter mais informações, consulte perguntas frequentes: convertendo suplementos em extensões VSPackage.

Aplica-se a