Compartir a través de


DependencyPropertyValueSource.LocalDynamicResource (Propiedad)

Nota: esta API ya está obsoleta. La alternativa no obsoleta es DynamicResource.

Obtiene un objeto DependencyPropertyValueSource que representa una propiedad establecida en un recurso dinámico local.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Un objeto DependencyPropertyValueSource que representa una propiedad establecida en un recurso dinámico local.

Seguridad de .NET Framework

Vea también

Referencia

DependencyPropertyValueSource Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades