次の方法で共有


IVsDataConnectionPromptDialog.ShowDialog Method

When implemented by a class, displays the prompt dialog box, given a specific IVsDataConnectionSupport instance.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'宣言
Function ShowDialog ( _
    connectionSupport As IVsDataConnectionSupport _
) As String
string ShowDialog(
    IVsDataConnectionSupport connectionSupport
)
String^ ShowDialog(
    IVsDataConnectionSupport^ connectionSupport
)
abstract ShowDialog : 
        connectionSupport:IVsDataConnectionSupport -> string 
function ShowDialog(
    connectionSupport : IVsDataConnectionSupport
) : String

Parameters

Return Value

Type: System.String
A string that is the new value of the connection string containing the completed information that was entered by the user.

.NET Framework Security

See Also

Reference

IVsDataConnectionPromptDialog Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace