TraceReader.GetValues(Object[]) 메서드

정의

지정한 열 위치에 있는 데이터 값에서 값의 배열을 가져옵니다.

public:
 virtual int GetValues(cli::array <System::Object ^> ^ values);
public int GetValues (object[] values);
abstract member GetValues : obj[] -> int
override this.GetValues : obj[] -> int
Public Function GetValues (values As Object()) As Integer

매개 변수

values
Object[]

데이터의 열 위치를 지정하는 Object 값의 배열입니다.

반환

배열에서 반환된 개체 수를 지정하는 Int32 값입니다.

구현

예제

Readme_Tracer

적용 대상