VSTASKCOLUMN.bstrCanonicalName 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 non-localized name of the column header. It must be unique within this provider's column list.
public: System::String ^ bstrCanonicalName;
public: Platform::String ^ bstrCanonicalName;
std::wstring bstrCanonicalName;
public string bstrCanonicalName;
val mutable bstrCanonicalName : string
Public bstrCanonicalName As String
Field Value
Remarks
COM Signature
From vsshell80.idl:
BSTR bstrCanonicalName;