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
'使用
Dim instance As IVsDataConnectionDialog
Dim value As String

value = instance.ChangeSourceHeaderLabel

instance.ChangeSourceHeaderLabel = value
string ChangeSourceHeaderLabel { get; set; }
property String^ ChangeSourceHeaderLabel {
    String^ get ();
    void set (String^ value);
}
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.

Permissions

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace