Instance Property インスタンスプロパティ

result 結果

The result of the invocation or method. 発動またはメソッドの結果。

Declaration 宣言

@property(nullable, readonly, retain) id result;

Discussion 議論

The object returned by the method or an NSValue object containing the return value if it is not an object. nil if the method or invocation is not finished executing. メソッドによって返されるオブジェクトまたは、それがオブジェクトでないならばその戻り値を含んでいるNSValuenil、もしメソッドまたは発動が遂行が終了されないならば。

If an exception was raised during the execution of the method or invocation, accessing this property raises that exception again. If the operation was cancelled or the invocation or method has a void return type, accessing this property raises an exception; see Result Exceptions. メソッドまたは発動の遂行の間に例外が引き起こされたならば、このプロパティにアクセスすることはその例外を再び引き起こします。演算がキャンセルされたまたは発動やメソッドがvoid戻り型を持ちならば、このプロパティにアクセスすることは例外を引き起こします;例外という結果になるを見てください。

See Also 参照

Getting Attributes 属性を取得する