ExpansionProvider.Expansion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the IVsExpansion object used for inserting snippets into a buffer.
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsExpansion ^ Expansion { Microsoft::VisualStudio::TextManager::Interop::IVsExpansion ^ get(); };
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsExpansion ^ Expansion { Microsoft::VisualStudio::TextManager::Interop::IVsExpansion ^ get(); };
public Microsoft.VisualStudio.TextManager.Interop.IVsExpansion Expansion { get; }
member this.Expansion : Microsoft.VisualStudio.TextManager.Interop.IVsExpansion
Public ReadOnly Property Expansion As IVsExpansion
Property Value
Returns the IVsExpansion object that was obtained from the IVsTextLines object in the ExpansionProvider class constructor (ExpansionProvider(Source)).
Remarks
The IVsExpansion object is used to insert a code snippet into the text buffer that the IVsExpansion object represents.