ProcessModuleDesigner.PreFilterProperties(IDictionary) Method

Definition

Adjusts the set of properties the process module 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 "FileVersionInfo" property to the designer's process module at design time.

Applies to

See also