次の方法で共有


IVsDataConnectionDialog.ChangeSourceTitle Property

Gets or sets the title of the Change Data Source dialog box, which can be shown 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 ChangeSourceTitle As String
    Get
    Set
string ChangeSourceTitle { get; set; }
property String^ ChangeSourceTitle {
    String^ get ();
    void set (String^ value);
}
abstract ChangeSourceTitle : string with get, set
function get ChangeSourceTitle () : String
function set ChangeSourceTitle (value : String)

Property Value

Type: System.String
The string literal value for the dialog box title.

Remarks

The default value is "Change Data Source".

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace