VsExpansion.title Field

Definition

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.

Applies to