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