Share via


ITypeInfo.RemoteGetDocumentation – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro vnitřní potřebu.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Sub RemoteGetDocumentation ( _
    memid 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 memid,
    uint refPtrFlags,
    out string pBstrName,
    out string pBstrDocString,
    out uint pdwHelpContext,
    out string pBstrHelpFile
)
void RemoteGetDocumentation(
    [InAttribute] int memid, 
    [InAttribute] unsigned int refPtrFlags, 
    [OutAttribute] String^% pBstrName, 
    [OutAttribute] String^% pBstrDocString, 
    [OutAttribute] unsigned int% pdwHelpContext, 
    [OutAttribute] String^% pBstrHelpFile
)
abstract RemoteGetDocumentation : 
        memid:int * 
        refPtrFlags:uint32 * 
        pBstrName:string byref * 
        pBstrDocString:string byref * 
        pdwHelpContext:uint32 byref * 
        pBstrHelpFile:string byref -> unit
function RemoteGetDocumentation(
    memid : int, 
    refPtrFlags : uint, 
    pBstrName : String, 
    pBstrDocString : String, 
    pdwHelpContext : uint, 
    pBstrHelpFile : String
)

Parametry

  • memid
    Typ: Int32

     

  • refPtrFlags
    Typ: UInt32

     

  • pBstrName
    Typ: String%

     

  • pBstrDocString
    Typ: String%

     

  • pdwHelpContext
    Typ: UInt32%

     

  • pBstrHelpFile
    Typ: String%

     

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeInfo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů