DependencyPropertyValueSource.LocalDynamicResource, propriété
Remarque : cette API est maintenant obsolète. L'alternative non obsolète est DynamicResource.
Obtient un objet DependencyPropertyValueSource qui représente une propriété avec une ressource dynamique locale.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
<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
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Objet DependencyPropertyValueSource qui représente une propriété avec une ressource dynamique locale.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DependencyPropertyValueSource Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms