IUserControlTypeResolutionService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 태그 접두사와 태그 이름의 컨트롤 형식을 반환하기 위해 클래스에서 구현해야 하는 메서드를 정의합니다.
public interface class IUserControlTypeResolutionService
public interface IUserControlTypeResolutionService
type IUserControlTypeResolutionService = interface
Public Interface IUserControlTypeResolutionService
설명
페이지 개발자 및 컨트롤 작성자가 사용 하지 않습니다는 IUserControlTypeResolutionService 인터페이스입니다. IUserControlTypeResolutionService 반환할 도구 개발자가 인터페이스를 구현 합니다 Type 태그 접두사와 태그 이름으로 식별 되는 컨트롤입니다.
메서드
GetType(String, String) |
구문 분석된 ASP.NET 태그 접두사와 태그 이름을 기반으로 형식을 검색합니다. |