共用方式為


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 必須是字串或位元組。

適用於