ITypeComp.RemoteBindType Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
Sub RemoteBindType ( _
    szName As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
用法
Dim instance As ITypeComp
Dim szName As String
Dim lHashVal As UInteger
Dim ppTInfo As Type

instance.RemoteBindType(szName, lHashVal, _
    ppTInfo)
void RemoteBindType(
    string szName,
    uint lHashVal,
    out Type ppTInfo
)
void RemoteBindType(
    [InAttribute] String^ szName, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] Type^% ppTInfo
)
function RemoteBindType(
    szName : String, 
    lHashVal : uint, 
    ppTInfo : Type
)

Parameters

Permissions

See Also

Reference

ITypeComp Interface

ITypeComp Members

Microsoft.VisualStudio.VsWizard Namespace