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
- possibleOwner
Type: Microsoft.Data.Schema.Sql.Common.UI.DBStatusBarOwner
The possible owner
- pszText
Type: System.String%
The resulting 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace