PropertyValueCollection.Add(Object) 方法
定义
向 PropertyValue 对象的集合中添加对象。Adds an object into the collection of PropertyValue objects.
public:
abstract System::Activities::Presentation::PropertyEditing::PropertyValue ^ Add(System::Object ^ value);
public abstract System.Activities.Presentation.PropertyEditing.PropertyValue Add (object value);
abstract member Add : obj -> System.Activities.Presentation.PropertyEditing.PropertyValue
Public MustOverride Function Add (value As Object) As PropertyValue
参数
- value
- Object
要添加到集合中的对象。The object to add to the collection.
返回
要添加的对象的 PropertyValue。The PropertyValue for the added object.