IVsDataConnectionPromptDialog Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dialog that can prompt for missing information required to open a data connection.
public interface class IVsDataConnectionPromptDialog : IDisposable
public interface IVsDataConnectionPromptDialog : IDisposable
type IVsDataConnectionPromptDialog = interface
interface IDisposable
Public Interface IVsDataConnectionPromptDialog
Implements IDisposable
- Derived
- Implements
Methods
ShowDialog(IVsDataConnectionSupport) |
When implemented by a class, displays the prompt dialog box, given a specific IVsDataConnectionSupport instance. |