IVsTextLayerMarker.DrawGlyphEx-Methode
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function DrawGlyphEx ( _
dwFlags As UInteger, _
hdc As IntPtr, _
pRect As RECT(), _
iLineHeight As Integer _
) As Integer
int DrawGlyphEx(
uint dwFlags,
IntPtr hdc,
RECT[] pRect,
int iLineHeight
)
int DrawGlyphEx(
[InAttribute] unsigned int dwFlags,
[InAttribute] IntPtr hdc,
[InAttribute] array<RECT>^ pRect,
[InAttribute] int iLineHeight
)
abstract DrawGlyphEx :
dwFlags:uint32 *
hdc:IntPtr *
pRect:RECT[] *
iLineHeight:int -> int
function DrawGlyphEx(
dwFlags : uint,
hdc : IntPtr,
pRect : RECT[],
iLineHeight : int
) : int
Parameter
dwFlags
Typ: UInt32[in] O-Ring von GLYPHDRAWFLAGS.
hdc
Typ: IntPtr[in]
pRect
Typ: array<RECT[][in]
iLineHeight
Typ: Int32[in]
Rückgabewert
Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.
Hinweise
COM-Signatur
Von textmgr.idl:
HRESULT IVsTextLayerMarker::DrawGlyphEx(
[in] DWORD dwFlags,
[in] HDC hdc,
[in] RECT *pRect,
[in] long iLineHeight
);
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.