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

87 lines
3.8 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IContentResolutionService" FullName="System.Web.UI.Design.IContentResolutionService">
<TypeSignature Language="C#" Value="public interface IContentResolutionService" />
<AssemblyInfo>
<AssemblyName>System.Design</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides an interface for access to a master page from a content page at design time, if provided by a design host, such as vsprvslong. </para>
</summary>
</Docs>
<Members>
<Member MemberName="ContentDefinitions">
<MemberSignature Language="C#" Value="public System.Collections.IDictionary ContentDefinitions { get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.IDictionary</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the <see cref="T:System.Web.UI.Design.ContentDefinition" /> objects for the content placeholders that are identified in the master page.</para>
</summary>
</Docs>
</Member>
<Member MemberName="GetContentDesignerState">
<MemberSignature Language="C#" Value="public System.Web.UI.Design.ContentDesignerState GetContentDesignerState (string identifier);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Web.UI.Design.ContentDesignerState</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="identifier" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Retrieves the current state of the identified content place holder.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The current state of the identified content placeholder.</para>
</returns>
<param name="identifier">
<attribution license="cc4" from="Microsoft" modified="false" />The identifier for a content place holder.</param>
</Docs>
</Member>
<Member MemberName="SetContentDesignerState">
<MemberSignature Language="C#" Value="public void SetContentDesignerState (string identifier, System.Web.UI.Design.ContentDesignerState state);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="identifier" Type="System.String" />
<Parameter Name="state" Type="System.Web.UI.Design.ContentDesignerState" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Sets the current state of the identified content place holder.</para>
</summary>
<param name="identifier">
<attribution license="cc4" from="Microsoft" modified="false" />The identifier for a content place holder.</param>
<param name="state">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.Design.ContentDesignerState" />.</param>
</Docs>
</Member>
</Members>
</Type>