ITypeComp.RemoteBind - метод
Этот API поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.
Microsoft internal use only.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub RemoteBind ( _
szName As String, _
lHashVal As UInteger, _
wFlags As UShort, _
<OutAttribute> ByRef ppTInfo As Type, _
<OutAttribute> ByRef pDescKind As tagDESCKIND, _
<OutAttribute> ppFuncDesc As IntPtr, _
<OutAttribute> ppVarDesc As IntPtr, _
<OutAttribute> ByRef ppTypeComp As ITypeComp, _
<OutAttribute> ByRef pDummy As UInteger _
)
'Применение
Dim instance As ITypeComp
Dim szName As String
Dim lHashVal As UInteger
Dim wFlags As UShort
Dim ppTInfo As Type
Dim pDescKind As tagDESCKIND
Dim ppFuncDesc As IntPtr
Dim ppVarDesc As IntPtr
Dim ppTypeComp As ITypeComp
Dim pDummy As UInteger
instance.RemoteBind(szName, lHashVal, _
wFlags, ppTInfo, pDescKind, ppFuncDesc, _
ppVarDesc, ppTypeComp, pDummy)
void RemoteBind(
string szName,
uint lHashVal,
ushort wFlags,
out Type ppTInfo,
out tagDESCKIND pDescKind,
IntPtr ppFuncDesc,
IntPtr ppVarDesc,
out ITypeComp ppTypeComp,
out uint pDummy
)
void RemoteBind(
[InAttribute] String^ szName,
[InAttribute] unsigned int lHashVal,
[InAttribute] unsigned short wFlags,
[OutAttribute] Type^% ppTInfo,
[OutAttribute] tagDESCKIND% pDescKind,
[OutAttribute] IntPtr ppFuncDesc,
[OutAttribute] IntPtr ppVarDesc,
[OutAttribute] ITypeComp^% ppTypeComp,
[OutAttribute] unsigned int% pDummy
)
function RemoteBind(
szName : String,
lHashVal : uint,
wFlags : ushort,
ppTInfo : Type,
pDescKind : tagDESCKIND,
ppFuncDesc : IntPtr,
ppVarDesc : IntPtr,
ppTypeComp : ITypeComp,
pDummy : uint
)
Параметры
szName
Тип: System.String
lHashVal
Тип: System.UInt32
wFlags
Тип: System.UInt16
ppTInfo
Тип: System.Type%
pDescKind
Тип: Microsoft.VisualStudio.VsWizard.tagDESCKIND%
ppFuncDesc
Тип: System.IntPtr
ppVarDesc
Тип: System.IntPtr
ppTypeComp
Тип: Microsoft.VisualStudio.VsWizard.ITypeComp%
pDummy
Тип: System.UInt32%
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.