Partager via


DependencyPropertyValueSource.IsLocal, propriété

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

Obtient une valeur qui indique si cet objet DependencyPropertyValueSource 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.IsLocalValue instead")> _
Public ReadOnly Property IsLocal As Boolean
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsLocalValue instead")]
public bool IsLocal { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsLocalValue instead")]
public:
property bool IsLocal {
    bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsLocalValue instead")>]
member IsLocal : bool
function get IsLocal () : boolean

Valeur de propriété

Type : System.Boolean
true si cet objet représente une propriété locale ; sinon, false.

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é