Método IVsAtomicTextProvider.DrawAtomGlyph
Desenha o glifo.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
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] Não utilizados.
hdc
Tipo: IntPtr[in]
pRect
Tipo: array<RECT[][in]
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De textmgr2.idl:
HRESULT IVsAtomicTextProvider::DrawAtomGlyph(
[in] DWORD dwFlags,
[in] HDC hdc,
[in] RECT *pRect
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.