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