IVsDataConnectionPromptDialog Interface
Represents the interface for a dialog box that can prompt the user for information when a data connection is being opened.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataConnectionPromptDialog _
Inherits IDisposable
public interface IVsDataConnectionPromptDialog : IDisposable
public interface class IVsDataConnectionPromptDialog : IDisposable
type IVsDataConnectionPromptDialog =
interface
interface IDisposable
end
public interface IVsDataConnectionPromptDialog extends IDisposable
The IVsDataConnectionPromptDialog type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
ShowDialog | When implemented by a class, displays the prompt dialog box, given a specific IVsDataConnectionSupport instance. |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace