次の方法で共有


ITypeLib.RemoteGetDocumentation メソッド

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

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

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

構文

'宣言
Sub RemoteGetDocumentation ( _
    index As Integer, _
    refPtrFlags As UInteger, _
    <OutAttribute> ByRef pBstrName As String, _
    <OutAttribute> ByRef pBstrDocString As String, _
    <OutAttribute> ByRef pdwHelpContext As UInteger, _
    <OutAttribute> ByRef pBstrHelpFile As String _
)
void RemoteGetDocumentation(
    int index,
    uint refPtrFlags,
    out string pBstrName,
    out string pBstrDocString,
    out uint pdwHelpContext,
    out string pBstrHelpFile
)
void RemoteGetDocumentation(
    [InAttribute] int index, 
    [InAttribute] unsigned int refPtrFlags, 
    [OutAttribute] String^% pBstrName, 
    [OutAttribute] String^% pBstrDocString, 
    [OutAttribute] unsigned int% pdwHelpContext, 
    [OutAttribute] String^% pBstrHelpFile
)
abstract RemoteGetDocumentation : 
        index:int * 
        refPtrFlags:uint32 * 
        pBstrName:string byref * 
        pBstrDocString:string byref * 
        pdwHelpContext:uint32 byref * 
        pBstrHelpFile:string byref -> unit 
function RemoteGetDocumentation(
    index : int, 
    refPtrFlags : uint, 
    pBstrName : String, 
    pBstrDocString : String, 
    pdwHelpContext : uint, 
    pBstrHelpFile : String
)

パラメーター

.NET Framework セキュリティ

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

参照

参照

ITypeLib インターフェイス

Microsoft.VisualStudio.VsWizard 名前空間