DirectoryAttribute.GetValues(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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()
參數
傳回
Object[]
包含值之 Object 物件的陣列。
例外狀況
值無法轉換成 valuesType
。
valuesType
必須是字串或位元組。