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


ITypeInfo.RemoteGetDocumentation - метод

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

Microsoft internal use only.

Пространство имен:  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 _
)
'Применение
Dim instance As ITypeInfo
Dim memid As Integer
Dim refPtrFlags As UInteger
Dim pBstrName As String
Dim pBstrDocString As String
Dim pdwHelpContext As UInteger
Dim pBstrHelpFile As String

instance.RemoteGetDocumentation(memid, _
    refPtrFlags, pBstrName, pBstrDocString, _
    pdwHelpContext, pBstrHelpFile)
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
)
function RemoteGetDocumentation(
    memid : int, 
    refPtrFlags : uint, 
    pBstrName : String, 
    pBstrDocString : String, 
    pdwHelpContext : uint, 
    pBstrHelpFile : String
)

Параметры

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

ITypeInfo Интерфейс

ITypeInfo - члены

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