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


ITypeLib.RemoteGetDocumentation - метод

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

Microsoft Internal Use Only.

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

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

Параметры

Разрешения

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

См. также

Ссылки

ITypeLib Интерфейс

ITypeLib - члены

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