VsExpansion.title 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.
Provides the full title of the code snippet.
public: System::String ^ title;
public: Platform::String ^ title;
std::wstring title;
public string title;
val mutable title : string
Public title As String
Field Value
Remarks
COM Signature
From textmgr2.idl:
BSTR title;
The title of the code snippet along with the path uniquely identifies a code snippet.