PropertyValueCollection (Constructor)

Inicializa una nueva instancia de la clase PropertyValueCollection.

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

Sintaxis

'Declaración
Protected Sub New ( _
    parentValue As PropertyValue _
)
protected PropertyValueCollection(
    PropertyValue parentValue
)
protected:
PropertyValueCollection(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyValueCollection
protected function PropertyValueCollection(
    parentValue : PropertyValue
)

Parámetros

Excepciones

Excepción Condición
ArgumentNullException

El valor de parentValue es nullreferencia null (Nothing en Visual Basic).

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