﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IUserControlTypeResolutionService" FullName="System.Web.UI.IUserControlTypeResolutionService"><TypeSignature Language="C#" Value="public interface IUserControlTypeResolutionService" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Page developers and control authors do not use the <see cref="T:System.Web.UI.IUserControlTypeResolutionService" /> interface. The <see cref="T:System.Web.UI.IUserControlTypeResolutionService" /> interface is implemented by tool developers to return the <see cref="T:System.Type" /> of a control identified by a tag prefix and tag name.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines the method a class must implement to return a control's type for a specified tag prefix and tag name.</para></summary></Docs><Members><Member MemberName="GetType"><MemberSignature Language="C#" Value="public Type GetType (string prefixTag, string tagName);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Parameters><Parameter Name="prefixTag" Type="System.String" /><Parameter Name="tagName" Type="System.String" /></Parameters><Docs><param name="prefixTag">To be added.</param><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Designer environments implement this method to provide a way for ASP.NET parsers and designers to resolve user control types at design time.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves a type based on a parsed ASP.NET tag prefix and the name of the tag.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A <see cref="T:System.Type" /> that represents the type of control the prefix and tag identify.</para></returns><param name="tagName"><attribution license="cc4" from="Microsoft" modified="false" />The name of the parsed ASP.NET tag.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>