ISharedStatusBar.GetText Method
Retrieves the current status bar text.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function GetText ( _
possibleOwner As SharedStatusBarOwner, _
<OutAttribute> ByRef theText As String _
) As Integer
int GetText(
SharedStatusBarOwner possibleOwner,
out string theText
)
int GetText(
SharedStatusBarOwner^ possibleOwner,
[OutAttribute] String^% theText
)
abstract GetText :
possibleOwner:SharedStatusBarOwner *
theText:string byref -> int
function GetText(
possibleOwner : SharedStatusBarOwner,
theText : String
) : int
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- theText
Type: System.String%
Current status bar text.
Return Value
Type: System.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.