ComponentEditorPage.PageSite プロパティ

定義

ページのサイトを取得または設定します。

protected:
 property System::Windows::Forms::IComponentEditorPageSite ^ PageSite { System::Windows::Forms::IComponentEditorPageSite ^ get(); void set(System::Windows::Forms::IComponentEditorPageSite ^ value); };
protected System.Windows.Forms.IComponentEditorPageSite PageSite { get; set; }
protected System.Windows.Forms.IComponentEditorPageSite? PageSite { get; set; }
member this.PageSite : System.Windows.Forms.IComponentEditorPageSite with get, set
Protected Property PageSite As IComponentEditorPageSite

プロパティ値

ページのサイト。

注釈

このコンポーネント エディター ページのサイト。

適用対象