ComponentEditorPage.SetSite(IComponentEditorPageSite) 方法

定義

設定這個頁面的網站。

public:
 virtual void SetSite(System::Windows::Forms::IComponentEditorPageSite ^ site);
public virtual void SetSite (System.Windows.Forms.IComponentEditorPageSite site);
abstract member SetSite : System.Windows.Forms.IComponentEditorPageSite -> unit
override this.SetSite : System.Windows.Forms.IComponentEditorPageSite -> unit
Public Overridable Sub SetSite (site As IComponentEditorPageSite)

參數

site
IComponentEditorPageSite

這個頁面的網站。

適用於