ExpansionProvider.EndExpansion Method

Called when an expansion session has ended.

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

Syntax

'宣言
Public Function EndExpansion As Integer
'使用
Dim instance As ExpansionProvider
Dim returnValue As Integer

returnValue = instance.EndExpansion()
public int EndExpansion()
public:
virtual int EndExpansion() sealed
public final function EndExpansion() : int

Return Value

Type: System.Int32

If successful, returns S_OK; otherwise, returns an error code.

Implements

IVsExpansionClient.EndExpansion()

Remarks

This method is an implementation of the EndExpansion method on the IVsExpansionClient interface.

The base method clears the internal flag that indicates a snippet editing session is active and throws away the expansion session obtained from the InsertSpecificExpansion and InsertNamedExpansion methods.

Permissions

See Also

Reference

ExpansionProvider Class

ExpansionProvider Members

Microsoft.VisualStudio.Package Namespace