Partager via


PropertyValueCollection.Item[Int32] Propriété

Définition

Retourne une PropertyValue d'une collection à l'index donné.

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

Paramètres

index
Int32

Index de l'élément à retourner.

Valeur de propriété

PropertyValue

Objet PropertyValue à cet index.

S’applique à