NativeMethods.CreateWindowEx, 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 CreateWindowEx ( _
dwExStyle As Integer, _
lpszClassName As String, _
lpszWindowName As String, _
style As Integer, _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
hWndParent As IntPtr, _
hMenu As IntPtr, _
hInst As IntPtr, _
pvParam As Object _
) As IntPtr
public static IntPtr CreateWindowEx(
int dwExStyle,
string lpszClassName,
string lpszWindowName,
int style,
int x,
int y,
int width,
int height,
IntPtr hWndParent,
IntPtr hMenu,
IntPtr hInst,
Object pvParam
)
Paramètres
- dwExStyle
Type : System.Int32
- lpszClassName
Type : System.String
- lpszWindowName
Type : System.String
- style
Type : System.Int32
- x
Type : System.Int32
- y
Type : System.Int32
- width
Type : System.Int32
- height
Type : System.Int32
- hWndParent
Type : System.IntPtr
- hMenu
Type : System.IntPtr
- hInst
Type : System.IntPtr
- pvParam
Type : System.Object
Valeur de retour
Type : System.IntPtr