Metoda ITypeInfo.RemoteGetDocumentation —
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Microsoft tylko do użytku wewnętrznego.
Przestrzeń nazw: Microsoft.VisualStudio.VsWizard
Zestaw: Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)
Składnia
'Deklaracja
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: System.Int32
- refPtrFlags
Typ: System.UInt32
- pBstrName
Typ: System.String%
- pBstrDocString
Typ: System.String%
- pdwHelpContext
Typ: System.UInt32%
- pBstrHelpFile
Typ: System.String%
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..