Proprietà DependencyPropertyValueSource.SystemResource

Nota: questa API è ora obsoleta. L'alternativa compatibile non obsoleta è Static.

Ottiene un oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su una risorsa di sistema.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su una risorsa di sistema.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DependencyPropertyValueSource Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà