toSource()
書式
srcText =
app.displayPerformancePreferences
.toSource()
説明
toSource()はDisplayPerformancePreferenceオブジェクトのソースコードを返します。
var dp=app.displayPerformancePreferences; alert(dp.toSource());
目次に戻る