IViewObject.GetColorSet, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Function GetColorSet ( _
dwDrawAspect As UInteger, _
lindex As Integer, _
pvAspect As UInteger, _
ptd As DVTARGETDEVICE(), _
hicTargetDev As UInteger, _
<OutAttribute> ByRef ppColorSet As IntPtr _
) As Integer
int 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%
Valeur de retour
Type : System.Int32
Remarques
Pour les informations sur l'interface COM, consultez l'IViewObject::GetColorSet
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.