Partager via


IVsAtomicTextProvider.DrawAtomGlyph, méthode

Dessine le glyphe.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • dwFlags
    Type : UInt32

    [in] Inutilisé.

  • hdc
    Type : IntPtr

    [in]

  • pRect
    Type : array<RECT[]

    [in]

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr2.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsAtomicTextProvider Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms