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
'Declaration
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
connectionSupport
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupportAn instance of the IVsDataConnectionSupport class that contains an existing, incomplete connection string that should be updated by this dialog box.
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
- 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.
See Also
Reference
IVsDataConnectionPromptDialog Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace