Compartilhar via


Construtor PropertyValue

Initializes a new instance of the PropertyValue class.

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

Sintaxe

'Declaração
Protected Sub New ( _
    parentProperty As PropertyEntry _
)
protected PropertyValue(
    PropertyEntry parentProperty
)
protected:
PropertyValue(
    PropertyEntry^ parentProperty
)
new : 
        parentProperty:PropertyEntry -> PropertyValue
protected function PropertyValue(
    parentProperty : PropertyEntry
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

parentProperty is nulluma referência nula (Nothing no Visual Basic).

Comentários

The PropertyValue class represents the underlying value of a property. The PropertyEntry class represents the property itself. O PropertyEntry é o pai e o PropertyValue é o filho.

Segurança do .NET Framework

Consulte também

Referência

PropertyValue Classe

Namespace Microsoft.Windows.Design.PropertyEditing

PropertyValueEditor

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura