DependencyPropertyValueSource.Local, propriété
Remarque : cette API est maintenant obsolète. L'alternative non obsolète est LocalValue.
Obtient un objet DependencyPropertyValueSource qui représente une propriété 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.LocalValue instead")> _
Public Shared ReadOnly Property Local As DependencyPropertyValueSource
Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")]
public static DependencyPropertyValueSource Local { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.LocalValue instead")]
public:
static property DependencyPropertyValueSource^ Local {
DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")>]
static member Local : DependencyPropertyValueSource
static function get Local () : DependencyPropertyValueSource
Valeur de propriété
Type : Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Objet DependencyPropertyValueSource qui représente une propriété 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