Compartilhar via


Propriedade PropertyValue.ParentProperty

Obtém o pai PropertyValue.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property ParentProperty As PropertyEntry
    Get
public virtual PropertyEntry ParentProperty { get; }
public:
virtual property PropertyEntry^ ParentProperty {
    PropertyEntry^ get ();
}
abstract ParentProperty : PropertyEntry
override ParentProperty : PropertyEntry
function get ParentProperty () : PropertyEntry

Valor de propriedade

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
O pai PropertyValue.

Comentários

O pai é definido no PropertyValue construtor.

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

PropertyEntry

PropertyValueEditor

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura