Partager via


DependencyPropertyValueSource.Local, propriété

Remarque : cette API est maintenant obsolète. L'alternative non obsolète est LocalValue.

Obtient un objet DependencyPropertyValueSource qui représente une propriété locale.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")> _
Public Shared ReadOnly Property Local As DependencyPropertyValueSource
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")]
public static DependencyPropertyValueSource Local { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.LocalValue instead")]
public:
static property DependencyPropertyValueSource^ Local {
    DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")>]
static member Local : DependencyPropertyValueSource
static function get Local () : DependencyPropertyValueSource

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Objet DependencyPropertyValueSource qui représente une propriété locale.

Sécurité .NET Framework

Voir aussi

Référence

DependencyPropertyValueSource Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété