Sdílet prostřednictvím


DependencyPropertyValueSource.LocalStaticResource-Eigenschaft

Aktualisiert: November 2007

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

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

Eigenschaftenwert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource

Eine DependencyPropertyValueSource für die lokale statische Ressource.

Berechtigungen

Siehe auch

Referenz

DependencyPropertyValueSource-Klasse

DependencyPropertyValueSource-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur