Proprietà DependencyPropertyValueSource.Inherited
Nota: questa API è ora obsoleta. L'alternativa compatibile non obsoleta è InheritedValue.
Ottiene un oggetto DependencyPropertyValueSource che rappresenta una proprietà ereditata.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
<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
Valore proprietà
Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Oggetto DependencyPropertyValueSource che rappresenta una proprietà ereditata.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DependencyPropertyValueSource Classe
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing