DependencyPropertyValueSource.Local-Eigenschaft

Hinweis: Diese API ist mittlerweile veraltet. Die nicht veraltete Alternative ist LocalValue.

Ruft ein DependencyPropertyValueSource-Objekt ab, das eine lokale Eigenschaft darstellt.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Eine DependencyPropertyValueSource, die eine lokale Eigenschaft darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DependencyPropertyValueSource Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur