IUserControlTypeResolutionService 介面

定義

定義類別必須實作的方法,以傳回標記前置詞和標記名稱所識別之控制項的型別。

public interface class IUserControlTypeResolutionService
public interface IUserControlTypeResolutionService
type IUserControlTypeResolutionService = interface
Public Interface IUserControlTypeResolutionService

備註

頁面開發人員和控制項作者不會使用 IUserControlTypeResolutionService 介面。 IUserControlTypeResolutionService介面是由工具開發人員實作,以傳回 Type 標記前置詞和標記名稱所識別之控制項的 。

方法

GetType(String, String)

根據剖析的 ASP.NET 標記前置詞和標記名稱,擷取型別。

適用於

另請參閱