Share via


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

適用対象