Instance Method インスタンスメソッド

coerce(toDescriptorType:)

Returns a descriptor obtained by coercing the receiver to the specified type. レシーバを指定された型へと強制することによって入手される記述子を返します。

Declaration 宣言

func coerce(toDescriptorType descriptorType: DescType) -> NSAppleEventDescriptor?

Parameters パラメータ

descriptorType

The descriptor type to coerce the receiver to. レシーバをこれへと強制する記述子型。

Return Value 戻り値

A descriptor of the specified type, or nil if an error occurs. 指定された型の記述子、またはエラーが起こるならばnil

See Also 参照

Getting Information About a Descriptor 記述子についての情報を取得する