IViewObjectEx.GetColorSet, méthode (UInt32, Int32, UInt32, array<DVTARGETDEVICE , UInt32, IntPtr%)
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub GetColorSet ( _
dwDrawAspect As UInteger, _
lindex As Integer, _
pvAspect As UInteger, _
ptd As DVTARGETDEVICE(), _
hicTargetDev As UInteger, _
<OutAttribute> ByRef ppColorSet As IntPtr _
)
void GetColorSet(
uint dwDrawAspect,
int lindex,
uint pvAspect,
DVTARGETDEVICE[] ptd,
uint hicTargetDev,
out IntPtr ppColorSet
)
Paramètres
- dwDrawAspect
Type : System.UInt32
- lindex
Type : System.Int32
- pvAspect
Type : System.UInt32
- ptd
Type : array<Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[]
- hicTargetDev
Type : System.UInt32
- ppColorSet
Type : System.IntPtr%
Implémentations
IViewObject2.GetColorSet(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, IntPtr%)
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.