Método ITypeComp.RemoteBindType
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 RemoteBindType ( _
szName As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef ppTInfo As Type _
)
void RemoteBindType(
string szName,
uint lHashVal,
out Type ppTInfo
)
void RemoteBindType(
[InAttribute] String^ szName,
[InAttribute] unsigned int lHashVal,
[OutAttribute] Type^% ppTInfo
)
abstract RemoteBindType :
szName:string *
lHashVal:uint32 *
ppTInfo:Type byref -> unit
function RemoteBindType(
szName : String,
lHashVal : uint,
ppTInfo : Type
)
Parâmetros
szName
Tipo: String
lHashVal
Tipo: UInt32
ppTInfo
Tipo: Type%
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.