VSTADTEProviderClass.ResetHostContext Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: VSTADTEProvider.Interop
Assembly: VSTADTEProvider.Interop (in VSTADTEProvider.Interop.dll)
Syntax
'Declaration
Public Overridable Sub ResetHostContext ( _
bstrHostID As String _
)
'Usage
Dim instance As VSTADTEProviderClass
Dim bstrHostID As String
instance.ResetHostContext(bstrHostID)
public virtual void ResetHostContext(
string bstrHostID
)
public:
virtual void ResetHostContext(
[InAttribute] String^ bstrHostID
)
public function ResetHostContext(
bstrHostID : String
)
Parameters
- bstrHostID
Type: System.String
Implements
IDTEProvider.ResetHostContext(String)
.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.