IPropertyPage 接口

定义

定义一个方法,该方法在连接对话框中显示属性页。

public interface class IPropertyPage
public interface IPropertyPage
type IPropertyPage = interface
Public Interface IPropertyPage
派生

方法

Load(UIConnectionInfo)

从连接信息对象加载属性页的状态。

Save(UIConnectionInfo)

将属性页的状态保存到连接信息对象。

Setup(UIConnectionInfo)

UIConnectionInfo 对象传递到允许其执行所需任何设置的属性页。

Verify()

验证有效的属性页的内容。 如果内容无效,则该页应使其可见并且显示错误消息。

适用于