この型は SecurityCriticalAttribute 属性を持っているため、使用は .NET Framework for Silverlight クラス ライブラリでの内部用に限定されます。アプリケーション コードでこの型の任意のメンバーを使用すると、MethodAccessException 例外がスローされます。
名前空間: Microsoft.TeamFoundation.Common.Internal
アセンブリ: Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)
構文
'宣言
Public Shared Function SetWindowPos ( _
hWnd As HandleRef, _
hWndInsertAfter As HandleRef, _
x As Integer, _
y As Integer, _
cx As Integer, _
cy As Integer, _
flags As Integer _
) As Boolean
public static bool SetWindowPos(
HandleRef hWnd,
HandleRef hWndInsertAfter,
int x,
int y,
int cx,
int cy,
int flags
)
パラメーター
- hWndInsertAfter
型 : System.Runtime.InteropServices.HandleRef
- x
型 : System.Int32
- y
型 : System.Int32
- cx
型 : System.Int32
- cy
型 : System.Int32
- flags
型 : System.Int32
戻り値
型 : System.Boolean