共用方式為


PrintQualityOptionDetails.TrySetValue(Object) 方法

定義

設定列印品質選項的值。

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

參數

value
Object

Platform::Object

IInspectable

列印品質選項的值。

傳回

Boolean

bool

布林值,表示成功取得或設定的 TRUE,而失敗的 Get 或 Set 則為 FALSE。

實作

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)

適用於