Type Method 型メソッド

descriptorWithString:

Creates a descriptor initialized with type typeUnicodeText that stores the text from the specified string. typeUnicodeText型で初期化される記述子を作成します、それは指定された文字列からのテキストを格納します。

Declaration 宣言

+ (NSAppleEventDescriptor *)descriptorWithString:(NSString *)string;

Parameters パラメータ

string

A string that specifies the text to be stored in the returned descriptor. 文字列、それは返される記述子の中に格納されるテキストを指定します。

Return Value 戻り値

A descriptor that contains the text from the specified string, or nil if an error occurs. 指定された文字列からのテキストを含む記述子、またはエラーが起こるならばnil

See Also 参照

Creating and Initializing Descriptors 記述子の作成と初期化