IPrintOptionDetails.TrySetValue(Object) Method

Definition

Sets the value for the print task option.

public:
 bool TrySetValue(Platform::Object ^ value);
bool TrySetValue(IInspectable const& value);
public bool TrySetValue(object value);
function trySetValue(value)
Public Function TrySetValue (value As Object) As Boolean

Parameters

value
Object

Platform::Object

IInspectable

Value for the print task option.

Returns

Boolean

bool

Boolean value that indicates TRUE for a successful Get or Set, and FALSE for a failed Get or Set.

Applies to