Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when an expansion session has ended.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Declaration
Public Function EndExpansion As Integer
public int EndExpansion()
public:
virtual int EndExpansion() sealed
abstract EndExpansion : unit -> int
override EndExpansion : unit -> int
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.