IVsDataConnectionDialog.ChangeSourceHeaderLabel Property
Gets or sets a summary description appearing on the Change Data Source dialog box header when the user clicks the Change button.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Property ChangeSourceHeaderLabel As String
Get
Set
string ChangeSourceHeaderLabel { get; set; }
property String^ ChangeSourceHeaderLabel {
String^ get ();
void set (String^ value);
}
abstract ChangeSourceHeaderLabel : string with get, set
function get ChangeSourceHeaderLabel () : String
function set ChangeSourceHeaderLabel (value : String)
Property Value
Type: System.String
A string literal value represented on the dialog box header.
Remarks
Often it is useful to indicate to the user the purpose of a dialog box—that is, what information it is retrieving and why. This property allows you to set such header text based on the context in which you are calling the dialog box.
The default is no label.
.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.