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 는 문자열 또는 바이트여야 합니다.

적용 대상