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 索引处。

适用于