Compartir a través de


IVsAtomicTextProvider.DrawAtomGlyph (Método)

Dibuja el glifo.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function DrawAtomGlyph ( _
    dwFlags As UInteger, _
    hdc As IntPtr, _
    pRect As RECT() _
) As Integer
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

Parámetros

  • dwFlags
    Tipo: UInt32

    [in] Sin utilizar.

  • hdc
    Tipo: IntPtr

    [in]

  • pRect
    Tipo: array<RECT[]

    [in]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr2.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsAtomicTextProvider Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)