PropertyValueCollection.Item[Int32] Właściwość

Definicja

Zwraca wartość PropertyValue z kolekcji w danym indeksie.

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

Parametry

index
Int32

Indeks elementu, który ma zostać zwrócony.

Wartość właściwości

PropertyValue

Wartość PropertyValue w tym indeksie.

Dotyczy