ITypeInfo.RemoteGetFuncDesc – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro vnitřní potřebu.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
Sub RemoteGetFuncDesc ( _
index As UInteger, _
<OutAttribute> ppFuncDesc As IntPtr, _
<OutAttribute> ByRef pDummy As UInteger _
)
void RemoteGetFuncDesc(
uint index,
IntPtr ppFuncDesc,
out uint pDummy
)
void RemoteGetFuncDesc(
[InAttribute] unsigned int index,
[OutAttribute] IntPtr ppFuncDesc,
[OutAttribute] unsigned int% pDummy
)
abstract RemoteGetFuncDesc :
index:uint32 *
ppFuncDesc:IntPtr byref *
pDummy:uint32 byref -> unit
function RemoteGetFuncDesc(
index : uint,
ppFuncDesc : IntPtr,
pDummy : uint
)
Parametry
index
Typ: UInt32
ppFuncDesc
Typ: IntPtr
pDummy
Typ: UInt32%
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.