WebFormsRootDesigner.PostFilterAttributes(IDictionary) Methode

Definitie

Hiermee kan een ontwerper items wijzigen of verwijderen uit de set kenmerken die de ontwerper beschikbaar maakt via een TypeDescriptor object.

protected:
 virtual void PostFilterAttributes(System::Collections::IDictionary ^ attributes);
protected virtual void PostFilterAttributes(System.Collections.IDictionary attributes);
abstract member PostFilterAttributes : System.Collections.IDictionary -> unit
override this.PostFilterAttributes : System.Collections.IDictionary -> unit
Protected Overridable Sub PostFilterAttributes (attributes As IDictionary)

Parameters

attributes
IDictionary

De kenmerken voor de klasse van het onderdeel.

Van toepassing op

Zie ook