DirectoryAttribute.GetValues(Type) メソッド

定義

GetValues(Type) メソッドは、指定された型のすべての値を返します。

public:
 cli::array <System::Object ^> ^ GetValues(Type ^ valuesType);
public object[] GetValues (Type valuesType);
member this.GetValues : Type -> obj[]
Public Function GetValues (valuesType As Type) As Object()

パラメーター

valuesType
Type

返す値の型を指定する Type オブジェクト。

戻り値

Object[]

値が含まれる Object オブジェクトの配列。

例外

値を valuesType に変換できません。

valuesType は文字列またはバイトである必要があります。

適用対象