DependencyPropertyValueSource.LocalStaticResource-Eigenschaft

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

Ruft ein DependencyPropertyValueSource-Objekt ab, das eine auf eine lokale statische Ressource festgelegte Eigenschaft darstellt.

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

Syntax

'Declaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.StaticResource instead")> _
Public Shared ReadOnly Property LocalStaticResource As DependencyPropertyValueSource
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.StaticResource instead")]
public static DependencyPropertyValueSource LocalStaticResource { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.StaticResource instead")]
public:
static property DependencyPropertyValueSource^ LocalStaticResource {
    DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.StaticResource instead")>]
static member LocalStaticResource : DependencyPropertyValueSource
static function get LocalStaticResource () : DependencyPropertyValueSource

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Eine DependencyPropertyValueSource, die eine auf eine lokale statische Ressource festgelegte Eigenschaft darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DependencyPropertyValueSource Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur