ServiceControllerDesigner::PreFilterProperties Method (IDictionary^)

 

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

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

Namespace:   System.ServiceProcess.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void PreFilterProperties(
	IDictionary^ properties
) override

Parameters

properties
Type: System.Collections::IDictionary^

An IDictionary containing the properties for the ServiceController class.

.NET Framework
Available since 1.1
Return to top
Show: