DependencyPropertyValueSource.IsInheritedValue (Propiedad)
Obtiene un valor que indica si este objeto DependencyPropertyValueSource 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 ReadOnly Property IsInheritedValue As Boolean
Get
public bool IsInheritedValue { get; }
public:
property bool IsInheritedValue {
bool get ();
}
member IsInheritedValue : bool
function get IsInheritedValue () : boolean
Valor de propiedad
Tipo: System.Boolean
true si este objeto representa una propiedad cuyo valor se ha heredado; de lo contrario, false.
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)