Proprietà DependencyPropertyValueSource.IsLocal

Nota: questa API è ora obsoleta. L'alternativa compatibile non obsoleta è IsLocalValue.

Ottiene un valore che indica se DependencyPropertyValueSource rappresenta una proprietà locale.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

Tipo: System.Boolean
true se l'oggetto rappresenta una proprietà locale; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DependencyPropertyValueSource Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà