PropertyEntry.ModelProperties Property
When overridden in a derived class, gets the collection of model properties for this PropertyEntry.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ModelProperties As IEnumerable(Of ModelProperty)
Get
public abstract IEnumerable<ModelProperty> ModelProperties { get; }
public:
virtual property IEnumerable<ModelProperty^>^ ModelProperties {
IEnumerable<ModelProperty^>^ get () abstract;
}
abstract ModelProperties : IEnumerable<ModelProperty>
abstract function get ModelProperties () : IEnumerable<ModelProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelProperty>
The collection of model properties for this PropertyEntry.
.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