PropertyValueCollection.Item[Int32] Vlastnost

Definice

Vrátí z PropertyValue kolekce v daném indexu.

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

Index položky, která má být vrácena.

Hodnota vlastnosti

PropertyValue

Hodnota PropertyValue v tomto indexu.

Platí pro