PropertyValueCollection.Item[Int32] 属性

定义

返回给定索引处集合中 PropertyValue

public:
 abstract property System::Activities::Presentation::PropertyEditing::PropertyValue ^ default[int] { System::Activities::Presentation::PropertyEditing::PropertyValue ^ get(int index); };
public abstract System.Activities.Presentation.PropertyEditing.PropertyValue this[int index] { get; }
member this.Item(int) : System.Activities.Presentation.PropertyEditing.PropertyValue
Default Public MustOverride ReadOnly Property Item(index As Integer) As PropertyValue

参数

index
Int32

要返回的项的索引。

属性值

PropertyValue

该索引处的 PropertyValue

适用于