Partilhar via


Propriedade DependencyPropertyValueSource.IsInherited

Observação: esta API agora está obsoleta. A alternativa não obsoleta é IsInheritedValue.

Obtém um valor que indica se este DependencyPropertyValueSource representa uma propriedade herdada.

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

Sintaxe

'Declaração
<ObsoleteAttribute("Use DependencyPropertyValueSource.IsInheritedValue instead")> _
Public ReadOnly Property IsInherited As Boolean
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsInheritedValue instead")]
public bool IsInherited { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsInheritedValue instead")]
public:
property bool IsInherited {
    bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsInheritedValue instead")>]
member IsInherited : bool
function get IsInherited () : boolean

Valor de propriedade

Tipo: System.Boolean
true Se este objeto representar uma propriedade herdada; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

DependencyPropertyValueSource Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura