Partilhar via


Método ISharedStatusBar.SetXYWH

Exibe (x, y) caixa de posição e a largura e a altura dos elementos gráficos atuais na área de informações do editor da barra de status.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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%
    Ponteiro para o local de ordenada x do canto superior esquerdo do gráfico atual.
  • y
    Tipo: System.Object%
    Ponteiro para o local de ordenada y do canto superior esquerdo do gráfico atual.
  • w
    Tipo: System.Object%
    Ponteiro para a largura do gráfico atual.
  • h
    Tipo: System.Object%
    Ponteiro para a altura do gráfico atual.

Valor de retorno

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISharedStatusBar Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI