다음을 통해 공유


IViewObject.GetColorSet Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
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
)

Parameters

Return Value

Type: System.Int32

Remarks

For information on the COM interface, see IViewObject::GetColorSet

.NET Framework Security

See Also

Reference

IViewObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace