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

指定要將物件插入至集合中之位置的索引編號。

傳回

所加入之物件的 PropertyValue

適用於