ITypeLib.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 interní použití.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
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
)
Parametry
- index
Typ: System.Int32
- refPtrFlags
Typ: System.UInt32
- pBstrName
Typ: System.String%
- pBstrDocString
Typ: System.String%
- pdwHelpContext
Typ: System.UInt32%
- pBstrHelpFile
Typ: System.String%
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.