Compartir a través de


ISharedStatusBar.SetXYWH (Método)

Muestra la posición (x,y) y el ancho y el alto del cuadro de gráficos actual en el área de información del editor de la barra de estado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.UI
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Function SetXYWH ( _
    possibleOwner As SharedStatusBarOwner, _
    ByRef x As Object, _
    ByRef y As Object, _
    ByRef w As Object, _
    ByRef h As Object _
) As Integer
int SetXYWH(
    SharedStatusBarOwner possibleOwner,
    ref Object x,
    ref Object y,
    ref Object w,
    ref Object h
)
int SetXYWH(
    SharedStatusBarOwner^ possibleOwner, 
    Object^% x, 
    Object^% y, 
    Object^% w, 
    Object^% h
)
abstract SetXYWH : 
        possibleOwner:SharedStatusBarOwner * 
        x:Object byref * 
        y:Object byref * 
        w:Object byref * 
        h:Object byref -> int 
function SetXYWH(
    possibleOwner : SharedStatusBarOwner, 
    x : Object, 
    y : Object, 
    w : Object, 
    h : Object
) : int

Parámetros

  • x
    Tipo: System.Object%
    Puntero a la ubicación de la ordenada x de la esquina superior izquierda del gráfico actual.
  • y
    Tipo: System.Object%
    Puntero a la ubicación de la ordenada y de la esquina superior izquierda del gráfico actual.

Valor devuelto

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISharedStatusBar Interfaz

Microsoft.VisualStudio.Data.Schema.Package.UI (Espacio de nombres)