Compartir a través de


DependencyPropertyValueSource.Inherited (Propiedad)

Nota: esta API ya está obsoleta. La alternativa no obsoleta es InheritedValue.

Obtiene un objeto DependencyPropertyValueSource que representa una propiedad heredada.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Use DependencyPropertyValueSource.InheritedValue instead")> _
Public Shared ReadOnly Property Inherited As DependencyPropertyValueSource
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.InheritedValue instead")]
public static DependencyPropertyValueSource Inherited { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.InheritedValue instead")]
public:
static property DependencyPropertyValueSource^ Inherited {
    DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.InheritedValue instead")>]
static member Inherited : DependencyPropertyValueSource
static function get Inherited () : DependencyPropertyValueSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Un objeto DependencyPropertyValueSource que representa una propiedad heredada.

Seguridad de .NET Framework

Vea también

Referencia

DependencyPropertyValueSource Clase

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades