IVsDataConnectionDialog.Title Property
Gets or sets the string representing the text shown in the connection dialog box title bar.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Property Title As String
Get
Set
string Title { get; set; }
property String^ Title {
String^ get ();
void set (String^ value);
}
abstract Title : string with get, set
function get Title () : String
function set Title (value : String)
Property Value
Type: System.String
The string representing the text shown in the title bar of the dialog box.
Remarks
Because the Add Connection dialog box can be used in many contexts, this property allows the client to specify a dialog box title that more closely matches the current context. The default value is the string "Connection Properties".
.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.