ITypeComp.RemoteBindType, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- szName
Type : System.String
- lHashVal
Type : System.UInt32
- ppTInfo
Type : System.Type%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.