VSTASKCOLUMN.bstrHeading Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String containing the text in header. bstrHeading may be null
to indicate an image.
public: System::String ^ bstrHeading;
public: Platform::String ^ bstrHeading;
std::wstring bstrHeading;
public string bstrHeading;
val mutable bstrHeading : string
Public bstrHeading As String
Field Value
Remarks
COM Signature
From vsshell80.idl:
BSTR bstrHeading;