ITypeComp.RemoteBind メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

マイクロソフト内部でのみ使用。

名前空間 :  Microsoft.VisualStudio.VsWizard
アセンブリ :  Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)

構文

'宣言
Sub RemoteBind ( _
    szName As String, _
    lHashVal As UInteger, _
    wFlags As UShort, _
    <OutAttribute> ByRef ppTInfo As Type, _
    <OutAttribute> ByRef pDescKind As tagDESCKIND, _
    <OutAttribute> ppFuncDesc As IntPtr, _
    <OutAttribute> ppVarDesc As IntPtr, _
    <OutAttribute> ByRef ppTypeComp As ITypeComp, _
    <OutAttribute> ByRef pDummy As UInteger _
)
'使用
Dim instance As ITypeComp
Dim szName As String
Dim lHashVal As UInteger
Dim wFlags As UShort
Dim ppTInfo As Type
Dim pDescKind As tagDESCKIND
Dim ppFuncDesc As IntPtr
Dim ppVarDesc As IntPtr
Dim ppTypeComp As ITypeComp
Dim pDummy As UInteger

instance.RemoteBind(szName, lHashVal, _
    wFlags, ppTInfo, pDescKind, ppFuncDesc, _
    ppVarDesc, ppTypeComp, pDummy)
void RemoteBind(
    string szName,
    uint lHashVal,
    ushort wFlags,
    out Type ppTInfo,
    out tagDESCKIND pDescKind,
    IntPtr ppFuncDesc,
    IntPtr ppVarDesc,
    out ITypeComp ppTypeComp,
    out uint pDummy
)
void RemoteBind(
    [InAttribute] String^ szName, 
    [InAttribute] unsigned int lHashVal, 
    [InAttribute] unsigned short wFlags, 
    [OutAttribute] Type^% ppTInfo, 
    [OutAttribute] tagDESCKIND% pDescKind, 
    [OutAttribute] IntPtr ppFuncDesc, 
    [OutAttribute] IntPtr ppVarDesc, 
    [OutAttribute] ITypeComp^% ppTypeComp, 
    [OutAttribute] unsigned int% pDummy
)
function RemoteBind(
    szName : String, 
    lHashVal : uint, 
    wFlags : ushort, 
    ppTInfo : Type, 
    pDescKind : tagDESCKIND, 
    ppFuncDesc : IntPtr, 
    ppVarDesc : IntPtr, 
    ppTypeComp : ITypeComp, 
    pDummy : uint
)

パラメータ

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ITypeComp インターフェイス

ITypeComp メンバ

Microsoft.VisualStudio.VsWizard 名前空間