Propriedade DependencyPropertyValueSource.Inherited
Observação: esta API agora está obsoleta. A alternativa não obsoleta é InheritedValue.
Obtém um DependencyPropertyValueSource objeto que representa uma propriedade herdada.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
<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 propriedade
Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource que representa uma propriedade herdada.
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