ProcessDesigner.PreFilterProperties(IDictionary) Metódus

Definíció

Módosítja a folyamat által egy adott folyamat által elérhetővé tott tulajdonságok készletét TypeDescriptor.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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)

Paraméterek

properties
IDictionary

Az IDictionary összetevő osztályának tulajdonságait tartalmazó.

Megjegyzések

Ez a módszer a tervező folyamatához hozzáadja az "EnableRaisingEvents" és a "StartInfo" tulajdonságokat a tervezéskor.

A következőre érvényes:

Lásd még