AmbientPropertyValue(XamlMember, Object) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe AmbientPropertyValue.
public:
AmbientPropertyValue(System::Xaml::XamlMember ^ property, System::Object ^ value);
public AmbientPropertyValue (System.Xaml.XamlMember property, object value);
new System.Xaml.AmbientPropertyValue : System.Xaml.XamlMember * obj -> System.Xaml.AmbientPropertyValue
Public Sub New (property As XamlMember, value As Object)
Paramètres
- property
- XamlMember
Identificateur qui représente la propriété ambiante.
- value
- Object
Valeur à signaler.