IPropertyStorage.ReadMultiple, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub ReadMultiple ( _
cpspec As UInteger, _
rgpspec As PROPSPEC(), _
<OutAttribute> rgpropvar As PROPVARIANT() _
)
void ReadMultiple(
uint cpspec,
PROPSPEC[] rgpspec,
PROPVARIANT[] rgpropvar
)
Paramètres
- cpspec
Type : System.UInt32
- rgpspec
Type : array<Microsoft.VisualStudio.OLE.Interop.PROPSPEC[]
- rgpropvar
Type : array<Microsoft.VisualStudio.OLE.Interop.PROPVARIANT[]
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.