ModelItem.Properties Property
When overridden in a derived class, gets the public properties on this object.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Properties As ModelPropertyCollection
'Usage
Dim instance As ModelItem
Dim value As ModelPropertyCollection
value = instance.Properties
public abstract ModelPropertyCollection Properties { get; }
public:
virtual property ModelPropertyCollection^ Properties {
ModelPropertyCollection^ get () abstract;
}
public abstract function get Properties () : ModelPropertyCollection
Property Value
Type: Microsoft.Windows.Design.Model.ModelPropertyCollection
A ModelPropertyCollection that contains the properties on this ModelItem.
Remarks
The set of properties returned may change based on attached properties or changes to the editing scope.
.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.Model Namespace