مشاركة عبر


_dispWindowEvents.WindowMoved أسلوب

تدعم واجهة API البنية الأساسية لـ NET Framework. ولم يتم تصميمها للاستخدام مباشرةً من التعليمة البرمجية الخاصة بك.

استخدام Microsoft الداخلي فقط.

مساحة الاسم:  EnvDTE
التجميع:  EnvDTE (في EnvDTE.dll)

بناء الجملة

'إقرار
Sub WindowMoved ( _
    Window As Window, _
    Top As Integer, _
    Left As Integer, _
    Width As Integer, _
    Height As Integer _
)
void WindowMoved(
    Window Window,
    int Top,
    int Left,
    int Width,
    int Height
)
void WindowMoved(
    [InAttribute] Window^ Window, 
    [InAttribute] int Top, 
    [InAttribute] int Left, 
    [InAttribute] int Width, 
    [InAttribute] int Height
)
abstract WindowMoved : 
        Window:Window * 
        Top:int * 
        Left:int * 
        Width:int * 
        Height:int -> unit 
function WindowMoved(
    Window : Window, 
    Top : int, 
    Left : int, 
    Width : int, 
    Height : int
)

المعلمات

  • Top
    النوع: System.Int32
    The الأعلى of the نافذة.
  • Left
    النوع: System.Int32
    The يسار side of the نافذة.
  • Width
    النوع: System.Int32
    The عرض of the نافذة.
  • Height
    النوع: System.Int32
    The ارتفاع of the نافذة.

أمن NET Framework.

راجع أيضًَا

المرجع

_dispWindowEvents واجهة

_dispWindowEvents الأعضاء

EnvDTE مساحة الاسم