Compartir a través de


PrintCustomTextOptionDetails.TrySetValue(Object) Método

Definición

Establece el valor de la tarea de impresión personalizada.

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

Parámetros

value
Object

Platform::Object

IInspectable

Valor de la tarea de impresión personalizada.

Devoluciones

Boolean

bool

Valor booleano que indica TRUE para obtener o establecer correctamente y FALSE para un error Get o Set.

Implementaciones

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)

Se aplica a