Compartilhar via


Campo VSTASKCOLUMN.bstrLocalizedName

 

A seqüência de caracteres que contém o nome localizado para o cabeçalho de coluna.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

public string bstrLocalizedName
public:
String^ bstrLocalizedName
val mutable bstrLocalizedName : string
Public bstrLocalizedName As String

Valor de Campo

Type: System.String

Comentários

COM assinatura

De vsshell80.idl:

BSTR    bstrLocalizedName;

Consulte também

Estrutura VSTASKCOLUMN
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo