Sdílet prostřednictvím


DependencyPropertyValueSource.Local-Eigenschaft

Aktualisiert: November 2007

Ruft den lokalen Wert ab, auf den die Eigenschaft festgelegt ist.

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

Syntax

'Declaration
Public Shared ReadOnly Property Local As DependencyPropertyValueSource
'Usage
Dim value As DependencyPropertyValueSource

value = DependencyPropertyValueSource.Local
public static DependencyPropertyValueSource Local { get; }
public:
static property DependencyPropertyValueSource^ Local {
    DependencyPropertyValueSource^ get ();
}
public static function get Local () : DependencyPropertyValueSource

Eigenschaftenwert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource

Eine DependencyPropertyValueSource für den lokalen Wert.

Berechtigungen

Siehe auch

Referenz

DependencyPropertyValueSource-Klasse

DependencyPropertyValueSource-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur