CategoryEntry.Properties Property
When overridden in a derived class, gets all the properties in the category.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Properties As IEnumerable(Of PropertyEntry)
Get
public abstract IEnumerable<PropertyEntry> Properties { get; }
public:
virtual property IEnumerable<PropertyEntry^>^ Properties {
IEnumerable<PropertyEntry^>^ get () abstract;
}
abstract Properties : IEnumerable<PropertyEntry>
abstract function get Properties () : IEnumerable<PropertyEntry>
Property Value
Type: System.Collections.Generic.IEnumerable<PropertyEntry>
An enumerable collection of all the properties in the category.
Remarks
You can also access this property using the indexer provided by Item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace