INestedSite インターフェイス

定義

コンポーネントの入れ子になった完全名を取得できるようにします。

public interface class INestedSite : IServiceProvider, System::ComponentModel::ISite
public interface class INestedSite : System::ComponentModel::ISite
public interface INestedSite : IServiceProvider, System.ComponentModel.ISite
public interface INestedSite : System.ComponentModel.ISite
type INestedSite = interface
    interface ISite
    interface IServiceProvider
Public Interface INestedSite
Implements IServiceProvider, ISite
Public Interface INestedSite
Implements ISite
実装

プロパティ

Component

クラスによって実装される場合は、ISite に関連付けられているコンポーネントを取得します。

(継承元 ISite)
Container

クラスによって実装される場合は、IContainer に関連付けられている ISite を取得します。

(継承元 ISite)
DesignMode

クラスによって実装される場合に、コンポーネントがデザイン モードかどうかを判断します。

(継承元 ISite)
FullName

このサイト内のコンポーネントの完全名を取得します。

Name

クラスによって実装される場合は、ISite に関連付けられているコンポーネントの名前を取得または設定します。

(継承元 ISite)

メソッド

GetService(Type)

指定した型のサービス オブジェクトを取得します。

(継承元 IServiceProvider)

適用対象