TableSectionBase<T> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다.
public abstract class TableSectionBase<T> : Xamarin.Forms.TableSectionBase, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.Specialized.INotifyCollectionChanged where T : BindableObject
type TableSectionBase<'T (requires 'T :> BindableObject)> = class
inherit TableSectionBase
interface IList<'T (requires 'T :> BindableObject)>
interface ICollection<'T (requires 'T :> BindableObject)>
interface seq<'T (requires 'T :> BindableObject)>
interface IEnumerable
interface INotifyCollectionChanged
형식 매개 변수
- T
- 상속
- 파생
- 구현
-
System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<T> System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged
설명
섹션은 화면에서 셀을 그룹화하기 위해 사용되며 의 유일한 유효한 직접 자식 TableRoot입니다. 섹션에는 새 TableRoot를 포함하여 표준 Cells가 포함될 수 있습니다.
TableRoot섹션에 포함 된는 새 보다 깊은 수준으로 이동 하는 데 사용 됩니다.
개발자는 머리글 및 바닥글을 문자열(머리글 및 바닥글) 속성으로 할당하거나 표시할 뷰(HeaderView 및 FooterView)로 할당할 수 있습니다. 내부적으로 동일한 스토리지를 사용하므로 하나 또는 다른 스토리지만 표시할 수 있습니다.
생성자
TableSectionBase<T>() |
빈 제목을 사용하여 새 TableSection 인스턴스를 생성합니다. |
TableSectionBase<T>(String) |
지정된 TableSection을 사용하여 새 |
속성
BindingContext |
이 BindableObject에 속하는 바인딩된 속성에 의해 대상으로 지정될 속성을 포함하는 개체를 가져오거나 설정합니다. (다음에서 상속됨 BindableObject) |
Count |
이 TableSectionBase<T> 개체에 있는 항목의 수를 가져옵니다. |
Dispatcher |
Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다. (다음에서 상속됨 BindableObject) |
Item[Int32] |
|
TextColor |
Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다. (다음에서 상속됨 TableSectionBase) |
Title |
제목을 가져오거나 설정합니다. (다음에서 상속됨 TableSectionBase) |
메서드
이벤트
BindingContextChanged |
BindingContext 속성이 변경될 때마다 발생됩니다. (다음에서 상속됨 BindableObject) |
CollectionChanged |
이 TableSectionBase<T> 개체에서 하나 이상의 항목이 추가되거나 제거될 때 발생하는 이벤트입니다. |
PropertyChanged |
속성이 변경된 경우 발생됩니다. (다음에서 상속됨 BindableObject) |
PropertyChanging |
속성이 변경되려고 할 때 발생됩니다. (다음에서 상속됨 BindableObject) |
명시적 인터페이스 구현
ICollection<T>.IsReadOnly |
|
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. (다음에서 상속됨 BindableObject) |
IEnumerable.GetEnumerator() |
이 TableSectionBase<T> 개체에서 개체 컬렉션을 반복하는 열거자를 반환합니다. |
확장 메서드
GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다. |
SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다. |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
속성에 바인딩을 만들고 적용합니다. |
SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
사용되지 않음.
식에서 바인딩을 만들고 적용합니다. |
SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) |
Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다. |
ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
IndexOf<T>(IEnumerable<T>, T) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
Prepend<T>(IEnumerable<T>, T) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |