Partilhar via


Propriedade VCActiveXReference.Label

Obtém o nome para exibição do assembly referenciado.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
ReadOnly Property Label As String
string Label { get; }
property String^ Label {
    String^ get ();
}
abstract Label : string with get
function get Label () : String

Valor de propriedade

Tipo: System.String
Uma cadeia de caracteres que representa o nome para exibição do assembly referenciado.

Segurança do .NET Framework

Consulte também

Referência

VCActiveXReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine