VCCodeUsingAlias.DisplayName Propriedade

Definição

Obtém o nome usado na interface do usuário para este grupo de saída.

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(512)]
public string DisplayName { [System.Runtime.InteropServices.DispId(512)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.DispId(512)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DisplayName : string
Public ReadOnly Property DisplayName As String

Valor da propriedade

String

O nome usado na interface do usuário para esse grupo de saída.

Atributos

Comentários

<xref:Microsoft.VisualStudio.VCCodeModel.UsingAlias.DisplayName%2A> Retorna o nome do grupo de saída conforme ele é exibido no ambiente.

Aplica-se a