PropertyValueCollection.Add Method

When overridden in a derived class, adds the specified object into the collection.

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

Syntax

'Declaration
Public MustOverride Function Add ( _
    value As Object _
) As PropertyValue
public abstract PropertyValue Add(
    Object value
)
public:
virtual PropertyValue^ Add(
    Object^ value
) abstract
abstract Add : 
        value:Object -> PropertyValue 
public abstract function Add(
    value : Object
) : PropertyValue

Parameters

Return Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The PropertyValue for the added object.

.NET Framework Security

See Also

Reference

PropertyValueCollection Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture