VsSyntheticTextLayerClass.Terminate Method
Tells the session to sever its link (and drop its COM reference) to the client.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function Terminate As Integer
'Usage
Dim instance As VsSyntheticTextLayerClass
Dim returnValue As Integer
returnValue = instance.Terminate()
public virtual int Terminate()
public:
virtual int Terminate()
public function Terminate() : int
Return Value
Type: System.Int32
Implements
IVsSyntheticTextSession.Terminate()
.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.
See Also
Reference
VsSyntheticTextLayerClass Class