1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
<?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>
|