VsExpansion::title Field
Visual Studio 2015
Provides the full title of the code snippet.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
From textmgr2.idl:
BSTR title;
The title of the code snippet along with the path uniquely identifies a code snippet.
Show: