IProvideMultipleClassInfo.GetInfoOfIndex, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub GetInfoOfIndex ( _
iti As UInteger, _
dwFlags As UInteger, _
<OutAttribute> ByRef pptiCoClass As Type, _
<OutAttribute> ByRef pdwTIFlags As UInteger, _
<OutAttribute> ByRef pcdispidReserved As UInteger, _
<OutAttribute> ByRef piidPrimary As Guid, _
<OutAttribute> ByRef piidSource As Guid _
)
void GetInfoOfIndex(
uint iti,
uint dwFlags,
out Type pptiCoClass,
out uint pdwTIFlags,
out uint pcdispidReserved,
out Guid piidPrimary,
out Guid piidSource
)
Paramètres
- iti
Type : System.UInt32
- dwFlags
Type : System.UInt32
- pptiCoClass
Type : System.Type%
- pdwTIFlags
Type : System.UInt32%
- pcdispidReserved
Type : System.UInt32%
- piidPrimary
Type : System.Guid%
- piidSource
Type : System.Guid%
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.