ServiceControllerDesigner.PreFilterProperties(IDictionary) 方法
定义
调整 ServiceController 通过 TypeDescriptor 公开的属性集。Adjusts the set of properties the ServiceController exposes through a TypeDescriptor.
此 API 支持产品基础结构,不能在代码中直接使用。
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)
参数
- properties
- IDictionary
包含 ServiceController 类的属性的 IDictionary。An IDictionary containing the properties for the ServiceController class.