1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="WebFormsDesignerActionService" FullName="System.Web.UI.Design.WebFormsDesignerActionService">
3  <TypeSignature Language="C#" Value="public class WebFormsDesignerActionService : System.ComponentModel.Design.DesignerActionService" />
4  <AssemblyInfo>
5    <AssemblyName>System.Design</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.ComponentModel.Design.DesignerActionService</BaseTypeName>
10  </Base>
11  <Interfaces />
12  <Docs>
13    <remarks>To be added.</remarks>
14    <summary>
15      <attribution license="cc4" from="Microsoft" modified="false" />
16      <para>Establishes a design-time service that manages the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem" /> objects for a component.</para>
17    </summary>
18  </Docs>
19  <Members>
20    <Member MemberName=".ctor">
21      <MemberSignature Language="C#" Value="public WebFormsDesignerActionService (IServiceProvider serviceProvider);" />
22      <MemberType>Constructor</MemberType>
23      <AssemblyInfo>
24        <AssemblyVersion>2.0.0.0</AssemblyVersion>
25      </AssemblyInfo>
26      <Parameters>
27        <Parameter Name="serviceProvider" Type="System.IServiceProvider" />
28      </Parameters>
29      <Docs>
30        <remarks>To be added.</remarks>
31        <summary>
32          <attribution license="cc4" from="Microsoft" modified="false" />
33          <para>Creates a new instance of the <see cref="T:System.Web.UI.Design.WebFormsDesignerActionService" /> class using the provided reference to the design host.</para>
34        </summary>
35        <param name="serviceProvider">
36          <attribution license="cc4" from="Microsoft" modified="false" />A reference to the design host.</param>
37      </Docs>
38    </Member>
39    <Member MemberName="GetComponentDesignerActions">
40      <MemberSignature Language="C#" Value="protected override void GetComponentDesignerActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);" />
41      <MemberType>Method</MemberType>
42      <AssemblyInfo>
43        <AssemblyVersion>2.0.0.0</AssemblyVersion>
44      </AssemblyInfo>
45      <ReturnValue>
46        <ReturnType>System.Void</ReturnType>
47      </ReturnValue>
48      <Parameters>
49        <Parameter Name="component" Type="System.ComponentModel.IComponent" />
50        <Parameter Name="actionLists" Type="System.ComponentModel.Design.DesignerActionListCollection" />
51      </Parameters>
52      <Docs>
53        <remarks>To be added.</remarks>
54        <summary>
55          <attribution license="cc4" from="Microsoft" modified="false" />
56          <para>Gets the smart-tag item lists that are associated with a component.</para>
57        </summary>
58        <param name="component">
59          <attribution license="cc4" from="Microsoft" modified="false" />A reference to the control associated with the designer.</param>
60        <param name="actionLists">
61          <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ComponentModel.Design.DesignerActionListCollection" /> to add the associated smart tags to.</param>
62      </Docs>
63    </Member>
64  </Members>
65</Type>