NativeMethods.DrawTextExW, méthode
Ce type a un attribut SecurityCriticalAttribute, qui le limite à un usage interne par la bibliothèque de classes .NET Framework pour Silverlight. Un code d'application qui utilise un membre de ce type lève une exception MethodAccessException.
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function DrawTextExW ( _
hDC As IntPtr, _
lpszString As StringBuilder, _
nCount As Integer, _
ByRef lpRect As NativeMethods.RECT, _
nFormat As Integer, _
<OutAttribute> lpDTParams As NativeMethods.DRAWTEXTPARAMS _
) As Integer
public static int DrawTextExW(
IntPtr hDC,
StringBuilder lpszString,
int nCount,
ref NativeMethods.RECT lpRect,
int nFormat,
NativeMethods.DRAWTEXTPARAMS lpDTParams
)
Paramètres
- hDC
Type : System.IntPtr
- lpszString
Type : System.Text.StringBuilder
- nCount
Type : System.Int32
- lpRect
Type : Microsoft.TeamFoundation.Common.Internal.NativeMethods.RECT%
- nFormat
Type : System.Int32
- lpDTParams
Type : Microsoft.TeamFoundation.Common.Internal.NativeMethods.DRAWTEXTPARAMS
Valeur de retour
Type : System.Int32