Share via


IDTEProvider.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
Sub ResetHostContext ( _
    bstrHostID As String _
)
'Usage
Dim instance As IDTEProvider 
Dim bstrHostID As String

instance.ResetHostContext(bstrHostID)
void ResetHostContext(
    string bstrHostID
)
void ResetHostContext(
    [InAttribute] String^ bstrHostID
)
function ResetHostContext(
    bstrHostID : String
)

Parameters

.NET Framework Security

See Also

Reference

IDTEProvider Interface

IDTEProvider Members

VSTADTEProvider.Interop Namespace