ProcessDesigner.PreFilterProperties(IDictionary) Method

Definition

Adjusts the set of properties the process exposes through a TypeDescriptor.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 override void PreFilterProperties(System::Collections::IDictionary ^ properties);
protected override void PreFilterProperties (System.Collections.IDictionary properties);
override this.PreFilterProperties : System.Collections.IDictionary -> unit
Protected Overrides Sub PreFilterProperties (properties As IDictionary)

Parameters

properties
IDictionary

An IDictionary containing the properties for the class of the component.

Remarks

This method adds the nonbrowsable "EnableRaisingEvents" and "StartInfo" properties to the designer's process at design time.

Applies to

See also