DependencyPropertyValueSource.InheritedValue (Propiedad)
Obtiene un objeto DependencyPropertyValueSource que representa una propiedad cuyo valor se ha heredado.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property InheritedValue As DependencyPropertyValueSource
Get
public static DependencyPropertyValueSource InheritedValue { get; }
public:
static property DependencyPropertyValueSource^ InheritedValue {
DependencyPropertyValueSource^ get ();
}
static member InheritedValue : DependencyPropertyValueSource
static function get InheritedValue () : DependencyPropertyValueSource
Valor de propiedad
Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Un objeto DependencyPropertyValueSource que representa una propiedad cuyo valor se ha heredado.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DependencyPropertyValueSource Clase
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)