PropertyValueCollection.Insert(Object, Int32) 方法

定义

在对象集合 PropertyValue 中的指定索引处插入指定对象。

public:
 abstract System::Activities::Presentation::PropertyEditing::PropertyValue ^ Insert(System::Object ^ value, int index);
public abstract System.Activities.Presentation.PropertyEditing.PropertyValue Insert(object value, int index);
abstract member Insert : obj * int -> System.Activities.Presentation.PropertyEditing.PropertyValue
Public MustOverride Function Insert (value As Object, index As Integer) As PropertyValue

参数

value
Object

要添加到集合的对象。

index
Int32

指定对象插入集合的位置的索引号。

返回

已添加对象的 A PropertyValue

适用于