NumberSubstitution.GetSubstitution(DependencyObject) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve el valor de Substitution del elemento proporcionado.
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
Parámetros
- target
- DependencyObject
Elemento para el que se va a devolver un valor Substitution .
Devoluciones
Valor enumerado de NumberSubstitutionMethod.
- Atributos