ComponentEditorPage.SetSite(IComponentEditorPageSite) 方法

定义

设置此页面的网站。

public:
 virtual void SetSite(System::Windows::Forms::IComponentEditorPageSite ^ site);
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

此页面的网站。

适用于