次の方法で共有


ITypeInfo.RemoteGetNames メソッド

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

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

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

構文

'宣言
Sub RemoteGetNames ( _
    memid As Integer, _
    <OutAttribute> ByRef rgBstrNames As String, _
    cMaxNames As UInteger, _
    <OutAttribute> ByRef pcNames As UInteger _
)
void RemoteGetNames(
    int memid,
    out string rgBstrNames,
    uint cMaxNames,
    out uint pcNames
)
void RemoteGetNames(
    [InAttribute] int memid, 
    [OutAttribute] String^% rgBstrNames, 
    [InAttribute] unsigned int cMaxNames, 
    [OutAttribute] unsigned int% pcNames
)
abstract RemoteGetNames : 
        memid:int * 
        rgBstrNames:string byref * 
        cMaxNames:uint32 * 
        pcNames:uint32 byref -> unit 
function RemoteGetNames(
    memid : int, 
    rgBstrNames : String, 
    cMaxNames : uint, 
    pcNames : uint
)

パラメーター

.NET Framework セキュリティ

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

参照

参照

ITypeInfo インターフェイス

Microsoft.VisualStudio.VsWizard 名前空間