VsExpansion::title Field

 

Provides the full title of the code snippet.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

public:
String^ title

Field Value

Type: System::String^

From textmgr2.idl:

BSTR  title;

The title of the code snippet along with the path uniquely identifies a code snippet.

Return to top
Show: