toSpecifier()

書式

spec = dictionaryPreferences.toSpecifier()

説明

toSpecifier()はDictionaryPreferenceオブジェクトの指定子を返します。
var dp=app.dictionaryPreferences;
alert(dp.toSpecifier());

目次に戻る