ActivityDesigner.IDesignerFilter.PostFilterAttributes(IDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
virtual void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System::Collections::IDictionary ^ attributes) = System::ComponentModel::Design::IDesignerFilter::PostFilterAttributes;
void IDesignerFilter.PostFilterAttributes (System.Collections.IDictionary attributes);
abstract member System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes : System.Collections.IDictionary -> unit
override this.System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes : System.Collections.IDictionary -> unit
Sub PostFilterAttributes (attributes As IDictionary) Implements IDesignerFilter.PostFilterAttributes
Parameters
- attributes
- IDictionary
The IDictionary that contains the TypeIDs of the attributes of the class.
Implements
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.