PrintCustomTextOptionDetails.TrySetValue(Object) 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.
Définit la valeur de la tâche d’impression personnalisée.
public:
virtual bool TrySetValue(Platform::Object ^ value) = TrySetValue;
bool TrySetValue(IInspectable const& value);
public bool TrySetValue(object value);
function trySetValue(value)
Public Function TrySetValue (value As Object) As Boolean
Paramètres
- value
-
Object
Platform::Object
IInspectable
Valeur de la tâche d’impression personnalisée.
Retours
Boolean
bool
Valeur booléenne qui indique TRUE pour un Get ou Set réussi, et FALSE pour un Get ou Set ayant échoué.
Implémente
M:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.TrySetValue(System.Object)
M:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.TrySetValue(Platform::Object)
M:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.TrySetValue(IInspectable)