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

kind

An object that represents the kind of progress for the progress object. あるオブジェクト、それはこの進捗オブジェクトに対する進捗の種類を表します。

Declaration 宣言

@property(copy) NSProgressKind kind;

Discussion 議論

This property identifies the kind of progress for the progress object, such as NSProgressKindFile. It can be nil. それはnilであることができます。

If you set a non-nil value to kind, the default localizedDescription getter uses the kind of progress. The localizedDescription getter determines how to use the values of other properties, along with values in the user info dictionary, to create a string representation.

See Also 参照

Inspecting Progress Information 進捗情報を調査する

Related Documentation 関連文書