ObjectList.TableFieldIndices 속성

정의

AllFields 속성에 있는 필드의 TableFields 컬렉션 내에서의 인덱스가 포함된 배열을 가져옵니다. 기본값은 null입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property cli::array <int> ^ TableFieldIndices { cli::array <int> ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int[] TableFieldIndices { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.TableFieldIndices : int[]
Public ReadOnly Property TableFieldIndices As Integer()

속성 값

Int32[]

AllFields 컬렉션의 인덱스를 나타내는 정수 배열입니다.

특성

설명

컨트롤이 ObjectList 데이터 원본에 바인딩되지 않았거나 항목이 추가되지 않은 경우 속성은 를 TableFieldIndices 반환합니다 null.

적용 대상

추가 정보