Proprietà DependencyPropertyValueSource.IsInherited

Nota: questa API è ora obsoleta. L'alternativa compatibile non obsoleta è IsInheritedValue.

Ottiene un valore che indica se DependencyPropertyValueSource rappresenta una proprietà ereditata.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

Tipo: System.Boolean
true se l'oggetto rappresenta una proprietà ereditata; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DependencyPropertyValueSource Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà