PropertyValueCollection.Item (Propiedad)

Cuando se invalida en una clase derivada, obtiene el elemento PropertyValue en el índice especificado.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Default Property Item ( _
    index As Integer _
) As PropertyValue
    Get
public abstract PropertyValue this[
    int index
] { get; }
public:
virtual property PropertyValue^ default[int index] {
    PropertyValue^ get (int index) abstract;
}
abstract Item : PropertyValue
JScript no admite propiedades indizadas.

Parámetros

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue en el índice especificado.

Seguridad de .NET Framework

Vea también

Referencia

PropertyValueCollection Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades