INestedSite インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントの入れ子になった完全名を取得できるようにします。
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) |
拡張メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET