toSpecifier()
書式
spec =
app.displayPerformancePreferences
.toSpecifier()
説明
toSpecifier()はDisplayPerformancePreferenceオブジェクトの指定子を返します。
var dp=app.displayPerformancePreferences; alert(dp.toSpecifier());
目次に戻る