Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Este tipo tiene un atributo SecurityCriticalAttribute que lo restringe para uso interno de .NET Framework para la biblioteca de clases de Silverlight. El código de aplicación que usa un miembro de este tipo produce una excepción MethodAccessException.
Espacio de nombres: Microsoft.TeamFoundation.Common.Internal
Ensamblado: Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)
Sintaxis
'Declaración
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
)
Parámetros
- dwExStyle
Tipo: System.Int32
- lpszClassName
Tipo: System.String
- lpszWindowName
Tipo: System.String
- style
Tipo: System.Int32
- x
Tipo: System.Int32
- y
Tipo: System.Int32
- width
Tipo: System.Int32
- height
Tipo: System.Int32
- hWndParent
Tipo: System.IntPtr
- hMenu
Tipo: System.IntPtr
- hInst
Tipo: System.IntPtr
- pvParam
Tipo: System.Object
Valor devuelto
Tipo: System.IntPtr
Vea también
Referencia
Microsoft.TeamFoundation.Common.Internal (Espacio de nombres)