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