DBStatusBar.GetText Method

Gets the status bar text.

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

Syntax

'Declaration
Public Function GetText ( _
    possibleOwner As DBStatusBarOwner, _
    <OutAttribute> ByRef pszText As String _
) As Integer
'Usage
Dim instance As DBStatusBar
Dim possibleOwner As DBStatusBarOwner
Dim pszText As String
Dim returnValue As Integer

returnValue = instance.GetText(possibleOwner, _
    pszText)
public int GetText(
    DBStatusBarOwner possibleOwner,
    out string pszText
)
public:
virtual int GetText(
    DBStatusBarOwner^ possibleOwner, 
    [OutAttribute] String^% pszText
) sealed
public final function GetText(
    possibleOwner : DBStatusBarOwner, 
    pszText : String
) : int
abstract GetText : 
        possibleOwner:DBStatusBarOwner * 
        pszText:string -> int 
override GetText : 
        possibleOwner:DBStatusBarOwner * 
        pszText:string -> int 

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DBStatusBar Class

DBStatusBar Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace