Compartir a través de


PropertyEntryCollection (Constructor)

Inicializa una nueva instancia de la clase PropertyEntryCollection.

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 PropertyEntryCollection(
    PropertyValue parentValue
)
protected:
PropertyEntryCollection(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyEntryCollection
protected function PropertyEntryCollection(
    parentValue : PropertyValue
)

Parámetros

Excepciones

Excepción Condición
ArgumentNullException

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

Comentarios

La clase PropertyEntryCollection sirve para las implementaciones del host.

Seguridad de .NET Framework

Vea también

Referencia

PropertyEntryCollection Clase

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades