EN
이 콘텐츠는 한국어로 제공되지 않아 영어 버전으로 표시됩니다.
22명 중 11명이 도움이 되는 것으로 평가 - 이 항목 평가

returnValue property

Sets or gets the value returned from the modal dialog window.

This property is not supported for Windows Store apps built for Windows using JavaScript.

Syntax

JavaScript

p = object.returnValue

Property values

Type: Variant

the value returned from the window.

Remarks

This property applies only to windows created by using the showModalDialog method.

For event handler functions, the value of this property takes precedence over values returned by the function, such as through a return statement.

See also

window

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

커뮤니티 추가 항목

© 2013 Microsoft. All rights reserved.