IHostTypeProvider.GetHostType Method

Returns the requested type from the host application's object model.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)

Syntax

'Declaration
Function GetHostType ( _
    localType As Type _
) As Type
'Usage
Dim instance As IHostTypeProvider
Dim localType As Type
Dim returnValue As Type

returnValue = instance.GetHostType(localType)
Type GetHostType(
    Type localType
)

Parameters

Return Value

Type: System.Type
A Type that represents the requested type in the host application.

See Also

Reference

IHostTypeProvider Interface

IHostTypeProvider Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace