VsExpansion Structure
Visual Studio 2015
Provides information about a code snippet.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | description | Provides the description for the code snippet. |
![]() | path | Provides the path to the code snippet. |
![]() | shortcut | Provides the shortcut name for the code snippet. |
![]() | title | Provides the full title of the code snippet. |
typedef struct _VsExpansion { BSTR path; BSTR title; BSTR shortcut; BSTR description; } VsExpansion;
This structure is returned from the IVsExpansionEnumeration interface.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

