NumberSubstitution.GetSubstitution(DependencyObject) Méthode
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.
Retourne la valeur de Substitution à partir de l’élément fourni.
public:
static System::Windows::Media::NumberSubstitutionMethod GetSubstitution(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.NumberSubstitutionMethod GetSubstitution (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetSubstitution : System.Windows.DependencyObject -> System.Windows.Media.NumberSubstitutionMethod
Public Shared Function GetSubstitution (target As DependencyObject) As NumberSubstitutionMethod
Paramètres
- target
- DependencyObject
Élément pour lequel retourner une valeur Substitution.
Retours
Valeur énumérée de NumberSubstitutionMethod.
- Attributs