ServiceControllerDesigner.PreFilterProperties(IDictionary) Method

Definition

Adjusts the set of properties the ServiceController 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 ServiceController class.

Applies to