IViewObjectEx.GetColorSet Method

Definition

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

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
hicTargetDev
UInt32
ppColorSet
IntPtr

nativeint

Implements

Applies to