SharedStatusBar.IsCurrentUser Method

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

Syntax

'Declaration
Public Function IsCurrentUser ( _
    possibleOwner As SharedStatusBarOwner, _
    user As IVsStatusbarUser, _
    ByRef current As Integer _
) As Integer
'Usage
Dim instance As SharedStatusBar
Dim possibleOwner As SharedStatusBarOwner
Dim user As IVsStatusbarUser
Dim current As Integer
Dim returnValue As Integer

returnValue = instance.IsCurrentUser(possibleOwner, _
    user, current)
public int IsCurrentUser(
    SharedStatusBarOwner possibleOwner,
    IVsStatusbarUser user,
    ref int current
)
public:
int IsCurrentUser(
    SharedStatusBarOwner^ possibleOwner, 
    IVsStatusbarUser^ user, 
    int% current
)
member IsCurrentUser : 
        possibleOwner:SharedStatusBarOwner * 
        user:IVsStatusbarUser * 
        current:int byref -> int 
public function IsCurrentUser(
    possibleOwner : SharedStatusBarOwner, 
    user : IVsStatusbarUser, 
    current : int
) : int

Parameters

  • current
    Type: Int32%

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

SharedStatusBar Class

SharedStatusBar Members

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