IUserControlTypeResolutionService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个类为返回对应指定标记前缀和标记名称的控件的类型而必须实现的方法。
public interface class IUserControlTypeResolutionService
public interface IUserControlTypeResolutionService
type IUserControlTypeResolutionService = interface
Public Interface IUserControlTypeResolutionService
注解
页面开发人员和控件作者不使用 IUserControlTypeResolutionService 界面。 IUserControlTypeResolutionService接口由工具开发人员实现,以返回 Type 由标记前缀和标记名称标识的控件的。
方法
GetType(String, String) |
基于分析而得的 ASP.NET 标记前缀和标记名称检索类型。 |