Partilhar via


Propriedade PropertyValueCollection.Item

Quando substituído em uma classe derivada, obtém o PropertyValue no índice especificado.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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
O JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
O PropertyValue no índice especificado.

Segurança do .NET Framework

Consulte também

Referência

PropertyValueCollection Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura