Control.Site プロパティ

定義

デザイン サーフェイスに現在のコントロールを表示するときに、このコントロールをホストするコンテナーに関する情報を取得します。

public:
 property System::ComponentModel::ISite ^ Site { System::ComponentModel::ISite ^ get(); void set(System::ComponentModel::ISite ^ value); };
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.ISite Site { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Site : System.ComponentModel.ISite with get, set
Public Property Site As ISite

プロパティ値

ISite

コントロールをホストしているコンテナーに関する情報が格納されている ISite

実装

属性

例外

コントロールが Substitution コントロールです。

注釈

サイトはオブジェクトを Component オブジェクトに Container バインドし、2 つの間の通信を可能にします。 また、コンテナーがそのコンポーネントを管理する方法も提供します。

適用対象

こちらもご覧ください