IDatabaseTreeItem.SetText Method
NOTE: This member is now obsolete. Use IDatabaseTreeItem.Text property instead.
Sets a family text (description) in the specified language.
<Obsolete("Use IDatabaseTreeItem.Text property instead.")> _
Sub SetText( _
ByVal text As String, _
ByVal locale As String _
)
This language is not supported or no code example is available.
[Obsolete("Use IDatabaseTreeItem.Text property instead.")]
void SetText(
string text,
string locale
)
This language is not supported or no code example is available.
Parameters
-
text
-
string
A text to set.
-
locale
-
string
A locale for which the text will be set. It has the
standard form, whether the full one (En-us) or incomplete (En). It is case
insensitive. If set to an empty string, a native language (neutral) text will be
set.
Available since QDV 7.14.501.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2