Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

125 lines
6.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IWebFormReferenceManager" FullName="System.Web.UI.Design.IWebFormReferenceManager">
<TypeSignature Language="C#" Value="public interface IWebFormReferenceManager" />
<AssemblyInfo>
<AssemblyName>System.Design</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>The <see cref="T:System.Web.UI.Design.IWebFormReferenceManager" /> interface is obsolete. Use the <see cref="T:System.Web.UI.Design.WebFormsReferenceManager" /> class for equivalent designer functionality.</para>
</block>
<para>A Web Forms document designer must implement this interface. Implementing this interface enables a designer to manage references and provide information related to Web Forms controls within the project.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides an interface that can look up information about the types used in the current Web Forms project.</para>
</summary>
</Docs>
<Members>
<Member MemberName="GetObjectType">
<MemberSignature Language="C#" Value="public Type GetObjectType (string tagPrefix, string typeName);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tagPrefix" Type="System.String" />
<Parameter Name="typeName" Type="System.String" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>The <see cref="M:System.Web.UI.Design.IWebFormReferenceManager.GetObjectType(System.String,System.String)" /> method is obsolete. Use the <see cref="M:System.Web.UI.Design.WebFormsReferenceManager.GetType(System.String,System.String)" /> method on the <see cref="T:System.Web.UI.Design.WebFormsReferenceManager" /> class for equivalent designer functionality.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the type of the specified object.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Type" /> of the object, if it could be resolved.</para>
</returns>
<param name="tagPrefix">
<attribution license="cc4" from="Microsoft" modified="false" />The tag prefix for the type. </param>
<param name="typeName">
<attribution license="cc4" from="Microsoft" modified="false" />The name of the type. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="GetRegisterDirectives">
<MemberSignature Language="C#" Value="public string GetRegisterDirectives ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>The <see cref="M:System.Web.UI.Design.IWebFormReferenceManager.GetRegisterDirectives" /> method is obsolete. Use the <see cref="M:System.Web.UI.Design.WebFormsReferenceManager.GetRegisterDirectives" /> method on the <see cref="T:System.Web.UI.Design.WebFormsReferenceManager" /> class for equivalent designer functionality.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the register directives for the current project.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The register directives for the current project.</para>
</returns>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="GetTagPrefix">
<MemberSignature Language="C#" Value="public string GetTagPrefix (Type objectType);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="objectType" Type="System.Type" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>The <see cref="M:System.Web.UI.Design.IWebFormReferenceManager.GetTagPrefix(System.Type)" /> method is obsolete. Use the <see cref="M:System.Web.UI.Design.WebFormsReferenceManager.GetTagPrefix(System.Type)" /> method on the <see cref="T:System.Web.UI.Design.WebFormsReferenceManager" /> class for equivalent designer functionality.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the tag prefix for the specified type of object.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The tag prefix for the specified object type, if it could be located.</para>
</returns>
<param name="objectType">
<attribution license="cc4" from="Microsoft" modified="false" />The type of the object. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete("Use new WebFormsReferenceManager feature")</AttributeName>
</Attribute>
</Attributes>
</Type>