Compartilhar via


Propriedade VCProjectReference.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: 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

VCProjectReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine