Поделиться через


ITypeInfo.RemoteGetDocumentation - метод

Этот API поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.

Только для внутреннего использования в корпорации Майкрософт.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
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
)

Параметры

  • memid
    Тип: Int32

     

  • refPtrFlags
    Тип: UInt32

     

  • pBstrName
    Тип: String%

     

  • pBstrDocString
    Тип: String%

     

  • pdwHelpContext
    Тип: UInt32%

     

  • pBstrHelpFile
    Тип: String%

     

Безопасность платформы .NET Framework

См. также

Ссылки

ITypeInfo Интерфейс

Microsoft.VisualStudio.VsWizard - пространство имен