VsExpansionPackage Members
Include Protected Members
Include Inherited Members
The VsExpansionPackage type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnumerateExpansions | Retrieves a list of code snippets for the specified coding language. (Inherited from IVsExpansionManager.) | |
GetExpansionByShortcut | (Inherited from IVsExpansionManager.) | |
GetSnippetShortCutKeybindingState | Infrastructure. Determines if a key has been bound to the "Invoke Snippet From Shortcut" command. (Inherited from IVsExpansionManager.) | |
GetTokenPath | Returns the path to the specified location. (Inherited from IVsExpansionManager.) | |
InvokeInsertionUI | Shows an IntelliSense list of code snippets that can be inserted into the source through the provided IVsExpansionClient object. (Inherited from IVsExpansionManager.) |
Top