Sdílet prostřednictvím


DependencyPropertyValueSource.LocalDynamicResource-Eigenschaft

Aktualisiert: November 2007

Ruft den LocalDynamicResource-Verweis 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 LocalDynamicResource As DependencyPropertyValueSource
'Usage
Dim value As DependencyPropertyValueSource

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

Eigenschaftenwert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource

Eine DependencyPropertyValueSource für die lokale dynamische Ressource.

Berechtigungen

Siehe auch

Referenz

DependencyPropertyValueSource-Klasse

DependencyPropertyValueSource-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur