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 必须是字符串或字节。

适用于