次の方法で共有


ITypeLib.RemoteFindName メソッド

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

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

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

構文

'宣言
Sub RemoteFindName ( _
    szNameBuf As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type, _
    <OutAttribute> ByRef rgMemId As Integer, _
    <OutAttribute> ByRef pcFound As UShort, _
    <OutAttribute> ByRef pBstrLibName As String _
)
void RemoteFindName(
    string szNameBuf,
    uint lHashVal,
    out Type ppTInfo,
    out int rgMemId,
    out ushort pcFound,
    out string pBstrLibName
)
void RemoteFindName(
    [InAttribute] String^ szNameBuf, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] Type^% ppTInfo, 
    [OutAttribute] int% rgMemId, 
    [InAttribute] [OutAttribute] unsigned short% pcFound, 
    [OutAttribute] String^% pBstrLibName
)
abstract RemoteFindName : 
        szNameBuf:string * 
        lHashVal:uint32 * 
        ppTInfo:Type byref * 
        rgMemId:int byref * 
        pcFound:uint16 byref * 
        pBstrLibName:string byref -> unit 
function RemoteFindName(
    szNameBuf : String, 
    lHashVal : uint, 
    ppTInfo : Type, 
    rgMemId : int, 
    pcFound : ushort, 
    pBstrLibName : String
)

パラメーター

.NET Framework セキュリティ

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

参照

参照

ITypeLib インターフェイス

Microsoft.VisualStudio.VsWizard 名前空間