IVsAtomicTextProvider.DrawAtomGlyph Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Déclaration
Function DrawAtomGlyph ( _
    dwFlags As UInteger, _
    hdc As IntPtr, _
    pRect As RECT() _
) As Integer
'Utilisation
Dim instance As IVsAtomicTextProvider
Dim dwFlags As UInteger
Dim hdc As IntPtr
Dim pRect As RECT()
Dim returnValue As Integer

returnValue = instance.DrawAtomGlyph(dwFlags, _
    hdc, pRect)
int DrawAtomGlyph(
    uint dwFlags,
    IntPtr hdc,
    RECT[] pRect
)
int DrawAtomGlyph(
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] IntPtr hdc, 
    [InAttribute] array<RECT>^ pRect
)
abstract DrawAtomGlyph : 
        dwFlags:uint32 * 
        hdc:IntPtr * 
        pRect:RECT[] -> int 
function DrawAtomGlyph(
    dwFlags : uint, 
    hdc : IntPtr, 
    pRect : RECT[]
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr2.idl:

HRESULT IVsAtomicTextProvider::DrawAtomGlyph(
   [in] DWORD dwFlags,
   [in] HDC hdc,
   [in] RECT *pRect
);

.NET Framework Security

See Also

Reference

IVsAtomicTextProvider Interface

IVsAtomicTextProvider Members

Microsoft.VisualStudio.TextManager.Interop Namespace