This documentation is archived and is not being maintained.
ProcessDesigner Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Base designer class for extending the design-mode behavior of a process.
System::Object
System.ComponentModel.Design::ComponentDesigner
System.Diagnostics.Design::ProcessDesigner
System.ComponentModel.Design::ComponentDesigner
System.Diagnostics.Design::ProcessDesigner
Assembly: System.Design (in System.Design.dll)
The ProcessDesigner type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ProcessDesigner | Infrastructure. Initializes a new instance of the ProcessDesigner class. |
| Name | Description | |
|---|---|---|
![]() | ActionLists | Gets the design-time action lists supported by the component associated with the designer. (Inherited from ComponentDesigner.) |
![]() | AssociatedComponents | Gets the collection of components associated with the component managed by the designer. (Inherited from ComponentDesigner.) |
![]() | Component | Gets the component this designer is designing. (Inherited from ComponentDesigner.) |
![]() | InheritanceAttribute | Gets an attribute that indicates the type of inheritance of the associated component. (Inherited from ComponentDesigner.) |
![]() | Inherited | Gets a value indicating whether this component is inherited. (Inherited from ComponentDesigner.) |
![]() | ParentComponent | Gets the parent component for this designer. (Inherited from ComponentDesigner.) |
![]() | ShadowProperties | Gets a collection of property values that override user settings. (Inherited from ComponentDesigner.) |
![]() | Verbs | Gets the design-time verbs supported by the component that is associated with the designer. (Inherited from ComponentDesigner.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the ComponentDesigner. (Inherited from ComponentDesigner.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ComponentDesigner and optionally releases the managed resources. (Inherited from ComponentDesigner.) |
![]() | DoDefaultAction | Creates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location. (Inherited from ComponentDesigner.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection. (Inherited from ComponentDesigner.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetService | Attempts to retrieve the specified type of service from the design mode site of the designer's component. (Inherited from ComponentDesigner.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Prepares the designer to view, edit, and design the specified component. (Inherited from ComponentDesigner.) |
![]() | InitializeExistingComponent | Reinitializes an existing component. (Inherited from ComponentDesigner.) |
![]() | InitializeNewComponent | Initializes a newly created component. (Inherited from ComponentDesigner.) |
![]() | InitializeNonDefault | Obsolete. Initializes the settings for an imported component that is already initialized to settings other than the defaults. (Inherited from ComponentDesigner.) |
![]() | InvokeGetInheritanceAttribute | Gets the InheritanceAttribute of the specified ComponentDesigner. (Inherited from ComponentDesigner.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnSetComponentDefaults | Obsolete. Sets the default properties for the component. (Inherited from ComponentDesigner.) |
![]() | PostFilterAttributes | Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
![]() | PostFilterEvents | Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
![]() | PostFilterProperties | Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
![]() | PreFilterAttributes | Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
![]() | PreFilterEvents | Allows a designer to add to the set of events that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
![]() | PreFilterProperties | Infrastructure. Adjusts the set of properties the process exposes through a TypeDescriptor. (Overrides ComponentDesigner::PreFilterProperties(IDictionary).) |
![]() | RaiseComponentChanged | Notifies the IComponentChangeService that this component has been changed. (Inherited from ComponentDesigner.) |
![]() | RaiseComponentChanging | Notifies the IComponentChangeService that this component is about to be changed. (Inherited from ComponentDesigner.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDesignerFilter::PostFilterAttributes | For a description of this member, see the IDesignerFilter::PostFilterAttributes method. (Inherited from ComponentDesigner.) |
![]() ![]() | IDesignerFilter::PostFilterEvents | For a description of this member, see the IDesignerFilter::PostFilterEvents method. (Inherited from ComponentDesigner.) |
![]() ![]() | IDesignerFilter::PostFilterProperties | For a description of this member, see the IDesignerFilter::PostFilterProperties method. (Inherited from ComponentDesigner.) |
![]() ![]() | IDesignerFilter::PreFilterAttributes | For a description of this member, see the IDesignerFilter::PreFilterAttributes method. (Inherited from ComponentDesigner.) |
![]() ![]() | IDesignerFilter::PreFilterEvents | For a description of this member, see the IDesignerFilter::PreFilterEvents method. (Inherited from ComponentDesigner.) |
![]() ![]() | IDesignerFilter::PreFilterProperties | For a description of this member, see the IDesignerFilter::PreFilterProperties method. (Inherited from ComponentDesigner.) |
![]() ![]() | ITreeDesigner::Children | For a description of this member, see the ITreeDesigner::Children property. (Inherited from ComponentDesigner.) |
![]() ![]() | ITreeDesigner::Parent | For a description of this member, see the ITreeDesigner::Parent property. (Inherited from ComponentDesigner.) |
- SecurityPermission
for the ability to call unmanaged code. Associated enumeration: UnmanagedCode.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

