var insertionContainer : Any?
Returns the container in which the new or copied object or objects should be placed.
それの中に新しいまたはコピーされたオブジェクトまたは複数のオブジェクトが置かれるべきところのコンテナを返します。
var insertionIndex : Int
Returns an insertion index that indicates where the new or copied object or objects should be placed.
新しいまたはコピーされたオブジェクトまたは複数のオブジェクトが置かれるべきところを指し示す挿入インテックスを返します。
var insertionKey : String?
Returns the key that identifies the relationship into which the new or copied object or objects should be inserted.
それへと新しいまたはコピーされたオブジェクトまたは複数のオブジェクトが挿入されるべき関係を識別するキーを返します。
var insertionReplaces : Bool
Returns a Boolean value that indicates whether evaluation has been successful and the object to be inserted should actually replace the keyed, indexed object in the insertion container.
あるブール値を返します、それは評価がうまくいったそして挿入されるオブジェクトが実際にキーでの、インデックスでのオブジェクトを挿入コンテナにおいて置き換えるはずかどうかを指し示します。
var objectSpecifier : NSScriptObjectSpecifier
Returns the object specifier specified at initialization time.
初期化時に指定されたオブジェクト指定子を返します。
func setInsertionClassDescription (NSScriptClassDescription)
Sets the class description for the object or objects to be inserted.
挿入されるオブジェクトまたは複数のオブジェクトに対するクラス記述を設定します。