Método ITypeInfo.RemoteGetVarDesc
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Microsoft somente para uso interno.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)
Sintaxe
'Declaração
Sub RemoteGetVarDesc ( _
index As UInteger, _
<OutAttribute> ppVarDesc As IntPtr, _
<OutAttribute> ByRef pDummy As UInteger _
)
void RemoteGetVarDesc(
uint index,
IntPtr ppVarDesc,
out uint pDummy
)
void RemoteGetVarDesc(
[InAttribute] unsigned int index,
[OutAttribute] IntPtr ppVarDesc,
[OutAttribute] unsigned int% pDummy
)
abstract RemoteGetVarDesc :
index:uint32 *
ppVarDesc:IntPtr byref *
pDummy:uint32 byref -> unit
function RemoteGetVarDesc(
index : uint,
ppVarDesc : IntPtr,
pDummy : uint
)
Parâmetros
index
Tipo: UInt32
ppVarDesc
Tipo: IntPtr
pDummy
Tipo: UInt32%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.