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
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
- current
Type: Int32%
Return Value
Type: Int32
.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.