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) |