ExpansionProvider::Expansion Property

 

Returns the IVsExpansion object used for inserting snippets into a buffer.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property IVsExpansion^ Expansion {
	IVsExpansion^ get();
}

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsExpansion^

Returns the IVsExpansion object that was obtained from the IVsTextLines object in the ExpansionProvider class constructor (ExpansionProvider).

The IVsExpansion object is used to insert a code snippet into the text buffer that the IVsExpansion object represents.

Return to top
Show: