Campo VSTASKCOLUMN.bstrHeading
A seqüência de caracteres que contém o texto no cabeçalho.bstrHeadingpode ser null para indicar uma imagem.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
public string bstrHeading
public:
String^ bstrHeading
val mutable bstrHeading : string
Public bstrHeading As String
Valor de Campo
Type: System.String
Comentários
COM assinatura
De vsshell80.idl:
BSTR bstrHeading;
Consulte também
Estrutura VSTASKCOLUMN
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo