CategoryEntry Class
Models a Category, which consists of a localized name and a collection of properties.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | CategoryEntry(String^) | Creates a new instance of the CategoryEntry class. |
| Name | Description | |
|---|---|---|
![]() | CategoryName | Gets the name of the localized Category. |
![]() | Item[String^] | Returns a property instance of this System.Activities.Presentation.PropertyEditing.CategoryEntry object given the property name. |
![]() | MatchesFilter | Gets or sets a value that indicates whether the CategoryEntry matches a filter. |
![]() | Properties | Gets an Systems.Collections.IEnumerable collection of all of the properties in the category. |
| Name | Description | |
|---|---|---|
![]() | ApplyFilter(PropertyFilter^) | Sets a new property filter. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MatchesPredicate(PropertyFilterPredicate^) | Indicates whether an IPropertyFilterTarget matches a predicate. |
![]() | MemberwiseClone() | |
![]() | OnFilterApplied(PropertyFilter^) | Raises the FilterApplied event when the property filter is applied. |
![]() | OnPropertyChanged(String^) | Raises the PropertyChanged event. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | FilterApplied | Declares the IPropertyFilterTarget event. |
![]() | PropertyChanged | Declares the T:Microsoft.Windows.Design.PropertyEditing.INotifyPropertyChanged event. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



