SharedStatusBar.SetXYWH Method
Displays the (x,y) position and the width and height of the current graphics box in the editor information area of the status bar.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function SetXYWH ( _
possibleOwner As SharedStatusBarOwner, _
ByRef pvX As Object, _
ByRef pvY As Object, _
ByRef pvW As Object, _
ByRef pvH As Object _
) As Integer
public int SetXYWH(
SharedStatusBarOwner possibleOwner,
ref Object pvX,
ref Object pvY,
ref Object pvW,
ref Object pvH
)
public:
virtual int SetXYWH(
SharedStatusBarOwner^ possibleOwner,
Object^% pvX,
Object^% pvY,
Object^% pvW,
Object^% pvH
) sealed
abstract SetXYWH :
possibleOwner:SharedStatusBarOwner *
pvX:Object byref *
pvY:Object byref *
pvW:Object byref *
pvH:Object byref -> int
override SetXYWH :
possibleOwner:SharedStatusBarOwner *
pvX:Object byref *
pvY:Object byref *
pvW:Object byref *
pvH:Object byref -> int
public final function SetXYWH(
possibleOwner : SharedStatusBarOwner,
pvX : Object,
pvY : Object,
pvW : Object,
pvH : Object
) : int
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- pvX
Type: System.Object%
Pointer to the x ordinate location of the upper-left corner of the current graphic.
- pvY
Type: System.Object%
Pointer to the y ordinate location of the upper-left corner of the current graphic.
- pvW
Type: System.Object%
Pointer to the width of the current graphic.
- pvH
Type: System.Object%
Pointer to the height of the current graphic.
Return Value
Type: System.Int32
Implements
ISharedStatusBar.SetXYWH(SharedStatusBarOwner, Object%, Object%, Object%, Object%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.