다음을 통해 공유


PrintCustomTextOptionDetails.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

성공적인 Get 또는 Set에 대해 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)

적용 대상