IPropertyPage 介面

定義

定義一種方法,能在連接對話框中顯示屬性頁面。

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

方法

名稱 Description
Load(UIConnectionInfo)

從連線資訊物件載入屬性頁面的狀態。

Save(UIConnectionInfo)

將屬性頁面的狀態儲存到連線資訊物件中。

Setup(UIConnectionInfo)

將物件傳 UIConnectionInfo 入屬性頁面,允許它執行必要的設定。

Verify()

驗證物業頁面內容是否有效。 若內容無效,頁面應顯示並顯示錯誤訊息。

適用於