IViewObject2.GetColorSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetColorSet(UInt32, Int32, IntPtr, DVTARGETDEVICE[], IntPtr, IntPtr) | |
GetColorSet(UInt32, Int32, UInt32, DVTARGETDEVICE[], UInt32, IntPtr) |
GetColorSet(UInt32, Int32, IntPtr, DVTARGETDEVICE[], IntPtr, IntPtr)
public:
int GetColorSet(System::UInt32 dwDrawAspect, int lindex, IntPtr pvAspect, cli::array <Microsoft::VisualStudio::OLE::Interop::DVTARGETDEVICE> ^ ptd, IntPtr hicTargetDev, [Runtime::InteropServices::Out] IntPtr % ppColorSet);
public int GetColorSet (uint dwDrawAspect, int lindex, IntPtr pvAspect, Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] ptd, IntPtr hicTargetDev, out IntPtr ppColorSet);
abstract member GetColorSet : uint32 * int * nativeint * Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] * nativeint * nativeint -> int
Public Function GetColorSet (dwDrawAspect As UInteger, lindex As Integer, pvAspect As IntPtr, ptd As DVTARGETDEVICE(), hicTargetDev As IntPtr, ByRef ppColorSet As IntPtr) As Integer
Parameters
- dwDrawAspect
- UInt32
- lindex
- Int32
- pvAspect
-
IntPtr
nativeint
- ptd
- DVTARGETDEVICE[]
- hicTargetDev
-
IntPtr
nativeint
- ppColorSet
-
IntPtr
nativeint
Returns
Implements
Applies to
GetColorSet(UInt32, Int32, UInt32, DVTARGETDEVICE[], UInt32, IntPtr)
public:
void GetColorSet(System::UInt32 dwDrawAspect, int lindex, System::UInt32 pvAspect, cli::array <Microsoft::VisualStudio::OLE::Interop::DVTARGETDEVICE> ^ ptd, System::UInt32 hicTargetDev, [Runtime::InteropServices::Out] IntPtr % ppColorSet);
public void GetColorSet (uint dwDrawAspect, int lindex, uint pvAspect, Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] ptd, uint hicTargetDev, out IntPtr ppColorSet);
abstract member GetColorSet : uint32 * int * uint32 * Microsoft.VisualStudio.OLE.Interop.DVTARGETDEVICE[] * uint32 * nativeint -> unit
Public Sub GetColorSet (dwDrawAspect As UInteger, lindex As Integer, pvAspect As UInteger, ptd As DVTARGETDEVICE(), hicTargetDev As UInteger, ByRef ppColorSet As IntPtr)
Parameters
- dwDrawAspect
- UInt32
- lindex
- Int32
- pvAspect
- UInt32
- ptd
- DVTARGETDEVICE[]
- hicTargetDev
- UInt32
- ppColorSet
-
IntPtr
nativeint