ITypeInfo.RemoteGetVarDesc - метод
Этот API поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.
Microsoft internal use only.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub RemoteGetVarDesc ( _
index As UInteger, _
<OutAttribute> ppVarDesc As IntPtr, _
<OutAttribute> ByRef pDummy As UInteger _
)
'Применение
Dim instance As ITypeInfo
Dim index As UInteger
Dim ppVarDesc As IntPtr
Dim pDummy As UInteger
instance.RemoteGetVarDesc(index, ppVarDesc, _
pDummy)
void RemoteGetVarDesc(
uint index,
IntPtr ppVarDesc,
out uint pDummy
)
void RemoteGetVarDesc(
[InAttribute] unsigned int index,
[OutAttribute] IntPtr ppVarDesc,
[OutAttribute] unsigned int% pDummy
)
function RemoteGetVarDesc(
index : uint,
ppVarDesc : IntPtr,
pDummy : uint
)
Параметры
index
Тип: System.UInt32
ppVarDesc
Тип: System.IntPtr
pDummy
Тип: System.UInt32%
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.