ExpansionProvider.ExpansionSession 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 expansion session created to manage editing the code snippet.
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsExpansionSession ^ ExpansionSession { Microsoft::VisualStudio::TextManager::Interop::IVsExpansionSession ^ get(); };
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsExpansionSession ^ ExpansionSession { Microsoft::VisualStudio::TextManager::Interop::IVsExpansionSession ^ get(); };
public Microsoft.VisualStudio.TextManager.Interop.IVsExpansionSession ExpansionSession { get; }
member this.ExpansionSession : Microsoft.VisualStudio.TextManager.Interop.IVsExpansionSession
Public ReadOnly Property ExpansionSession As IVsExpansionSession
Property Value
Returns the IVsExpansionSession object that was passed to the OnBeforeInsertion(IVsExpansionSession) method.
Remarks
The IVsExpansionSession object is created by Visual Studio and passed to the expansion provider through the OnBeforeInsertion method.