ITypeInfo.RemoteGetContainingTypeLib, 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 RemoteGetContainingTypeLib ( _
<OutAttribute> ByRef ppTLib As ITypeLib, _
<OutAttribute> ByRef pIndex As UInteger _
)
void RemoteGetContainingTypeLib(
out ITypeLib ppTLib,
out uint pIndex
)
void RemoteGetContainingTypeLib(
[OutAttribute] ITypeLib^% ppTLib,
[OutAttribute] unsigned int% pIndex
)
abstract RemoteGetContainingTypeLib :
ppTLib:ITypeLib byref *
pIndex:uint32 byref -> unit
function RemoteGetContainingTypeLib(
ppTLib : ITypeLib,
pIndex : uint
)
Paramètres
- ppTLib
Type : Microsoft.VisualStudio.VsWizard.ITypeLib%
- pIndex
Type : System.UInt32%
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.