IUserControlTypeResolutionService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義類別必須實作的方法,以傳回標記前置詞和標記名稱所識別之控制項的型別。
public interface class IUserControlTypeResolutionService
public interface IUserControlTypeResolutionService
type IUserControlTypeResolutionService = interface
Public Interface IUserControlTypeResolutionService
備註
頁面開發人員和控制項作者不會使用 IUserControlTypeResolutionService 介面。 IUserControlTypeResolutionService介面是由工具開發人員實作,以傳回 Type 標記前置詞和標記名稱所識別之控制項的 。
方法
GetType(String, String) |
根據剖析的 ASP.NET 標記前置詞和標記名稱,擷取型別。 |