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
- value
Type: System.Object
The object to add to the collection
Return Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The PropertyValue for the added object.
.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