Propriedade DependencyPropertyValueSource.InheritedValue
Obtém um DependencyPropertyValueSource o objeto que representa uma propriedade cujo valor foi herdado.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource o objeto que representa uma propriedade cujo valor foi herdado.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DependencyPropertyValueSource Classe
Namespace Microsoft.Windows.Design.PropertyEditing