DBStatusBar.SetText Method
Sets 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 SetText ( _
possibleOwner As DBStatusBarOwner, _
pszText As String _
) As Boolean
'Usage
Dim instance As DBStatusBar
Dim possibleOwner As DBStatusBarOwner
Dim pszText As String
Dim returnValue As Boolean
returnValue = instance.SetText(possibleOwner, _
pszText)
public bool SetText(
DBStatusBarOwner possibleOwner,
string pszText
)
public:
virtual bool SetText(
DBStatusBarOwner^ possibleOwner,
String^ pszText
) sealed
public final function SetText(
possibleOwner : DBStatusBarOwner,
pszText : String
) : boolean
abstract SetText :
possibleOwner:DBStatusBarOwner *
pszText:string -> bool
override SetText :
possibleOwner:DBStatusBarOwner *
pszText:string -> bool
Parameters
- possibleOwner
Type: Microsoft.Data.Schema.Sql.Common.UI.DBStatusBarOwner
The possible owner
- pszText
Type: System.String
The text to set
Return Value
Type: System.Boolean
.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