Initializer

init(enumCode:)

Creates a descriptor initialized with type typeEnumerated that stores the specified enumerator data type value. typeEnumeratedで初期化される記述子を作成します、それは指定された列挙子データ型値を格納します。

Declaration 宣言

init(enumCode enumerator: OSType)

Parameters パラメータ

enumerator

A type code that identifies the type of enumerated data to be stored in the returned descriptor. ある型コード、それは、返される記述子の中に格納される、列挙されるデータの型を識別します。

Return Value 戻り値

A descriptor with the specified enumerator data type value, or nil if an error occurs. 指定された列挙データ型を持つ記述子、またはエラーが起こるならばnil

See Also 参照

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