Metodo IVsTextMarkerGlyphDropHandler.DrawCandidateOutlineGlyph
Disegna un'ombreggiatura del glifo nel margine del widget a una riga di destinazione.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function DrawCandidateOutlineGlyph ( _
dwReserved As UInteger, _
hdc As IntPtr, _
pRect As RECT(), _
clrref As UInteger _
) As Integer
int DrawCandidateOutlineGlyph(
uint dwReserved,
IntPtr hdc,
RECT[] pRect,
uint clrref
)
int DrawCandidateOutlineGlyph(
[InAttribute] unsigned int dwReserved,
[InAttribute] IntPtr hdc,
[InAttribute] array<RECT>^ pRect,
[InAttribute] unsigned int clrref
)
abstract DrawCandidateOutlineGlyph :
dwReserved:uint32 *
hdc:IntPtr *
pRect:RECT[] *
clrref:uint32 -> int
function DrawCandidateOutlineGlyph(
dwReserved : uint,
hdc : IntPtr,
pRect : RECT[],
clrref : uint
) : int
Parametri
dwReserved
Tipo: UInt32[in] non utilizzare.
hdc
Tipo: IntPtr[in] Handle al contesto di visualizzazione in cui per disegnare il glifo.
pRect
Tipo: array<RECT[][in] Puntatore a una struttura RECT che definisce il rettangolo delimitatore del glifo.
clrref
Tipo: UInt32[in] valore di colore RGB per il glifo.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsTextMarkerGlyphDropHandler::DrawCandidateOutlineGlyph(
[in] DWORD dwReserved,
[in] HDC hdc,
[in] RECT *pRect,
[in] COLORREF clrref
);
Disegnare lo stesso glifo senza indipendentemente da se la destinazione è valida o meno. Il feedback se la destinazione è valida verrà fornito dal cursore del mouse.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.