Sdílet prostřednictvím


DependencyPropertyValueSource.SystemResource-Eigenschaft

Aktualisiert: November 2007

Ruft die Systemressource ab, auf die die Eigenschaft festgelegt ist.

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

Syntax

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

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

Eigenschaftenwert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource

Eine DependencyPropertyValueSource für die Systemressource.

Berechtigungen

Siehe auch

Referenz

DependencyPropertyValueSource-Klasse

DependencyPropertyValueSource-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur