Dela via


ModelProperty.Value Property

When overridden in a derived class, gets the value of this property.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Value As ModelItem
'Usage
Dim instance As ModelProperty 
Dim value As ModelItem 

value = instance.Value
public abstract ModelItem Value { get; }
public:
virtual property ModelItem^ Value {
    ModelItem^ get () abstract;
}
public abstract function get Value () : ModelItem

Property Value

Type: Microsoft.Windows.Design.Model.ModelItem
A ModelItem instance representing the value of this property.

Remarks

A property may return a value that is inherited further up the element hierarchy, in which case this property returns a value whose source differs from this. If no value has ever been set for the property, this property returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ModelProperty Class

ModelProperty Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture