Type Method 型メソッド

nullDescriptor

Creates and initializes a descriptor with no parameter or attribute values set. パラメータまたは属性値が設定されない記述子を作成して初期化します。

Declaration 宣言

+ (NSAppleEventDescriptor *)nullDescriptor;

Return Value 戻り値

A descriptor with no parameter or attribute values set, or nil if an error occurs. パラメータまたは属性値が設定されない記述子、またはエラーが起こるならばnil

Discussion 議論

You don’t typically call this method, as most NSAppleEventDescriptor instance methods can’t be safely called on the returned empty descriptor. あなたは通常このメソッドを呼び出しません、ほとんどのNSAppleEventDescriptorインスタンスメソッドは安全に呼び出されることが返される空の記述子上でできないので。

See Also 参照

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