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

適用於