TableSectionBase<T> 클래스

정의

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
상속
TableSectionBase<T>
파생
구현

설명

섹션은 화면에서 셀을 그룹화하기 위해 사용되며 의 유일한 유효한 직접 자식 TableRoot입니다. 섹션에는 새 TableRoot를 포함하여 표준 Cells가 포함될 수 있습니다.

TableRoot섹션에 포함 된는 새 보다 깊은 수준으로 이동 하는 데 사용 됩니다.

개발자는 머리글 및 바닥글을 문자열(머리글 및 바닥글) 속성으로 할당하거나 표시할 뷰(HeaderView 및 FooterView)로 할당할 수 있습니다. 내부적으로 동일한 스토리지를 사용하므로 하나 또는 다른 스토리지만 표시할 수 있습니다.

생성자

TableSectionBase<T>()

빈 제목을 사용하여 새 TableSection 인스턴스를 생성합니다.

TableSectionBase<T>(String)

지정된 TableSection을 사용하여 새 title 인스턴스를 생성합니다.

속성

BindingContext

BindableObject에 속하는 바인딩된 속성에 의해 대상으로 지정될 속성을 포함하는 개체를 가져오거나 설정합니다.

(다음에서 상속됨 BindableObject)
Count

TableSectionBase<T> 개체에 있는 항목의 수를 가져옵니다.

Dispatcher

Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다.

(다음에서 상속됨 BindableObject)
Item[Int32]

index로 지정된 이 TableSectionBase<T> 개체의 위치에 저장되는 항목을 반환합니다.

TextColor

Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다.

(다음에서 상속됨 TableSectionBase)
Title

제목을 가져오거나 설정합니다.

(다음에서 상속됨 TableSectionBase)

메서드

Add(IEnumerable<T>)

TableSectionBase<T> 개체에 항목의 목록을 추가합니다.

Add(T)

TableSectionBase<T> 개체에 항목을 추가합니다.

ApplyBindings()

바인딩을 BindingContext에 적용합니다.

(다음에서 상속됨 BindableObject)
Clear()

TableSectionBase<T>에서 모든 항목을 제거합니다.

ClearValue(BindableProperty)

property에 대해 SetValue로 설정된 모든 값을 지웁니다.

(다음에서 상속됨 BindableObject)
ClearValue(BindablePropertyKey)

propertyKey로 식별되는 속성에 대해 SetValue로 설정된 모든 값을 지웁니다.

(다음에서 상속됨 BindableObject)
CoerceValue(BindableProperty)

Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다.

(다음에서 상속됨 BindableObject)
CoerceValue(BindablePropertyKey)

Xamarin.Forms에서 렌더링되는 T 형식의 인스턴스를 포함하는 테이블 섹션입니다.

(다음에서 상속됨 BindableObject)
Contains(T)

TableSectionBase<T>에 특정 개체에 대한 참조가 있는지 여부를 나타내는 부울 값을 반환합니다.

CopyTo(T[], Int32)

현재 컬렉션의 요소를 Array의 지정된 인덱스에서 시작하는 위치에 복사합니다.

GetEnumerator()

TableSectionBase<T> 개체의 항목을 반복하는 열거자를 반환합니다.

GetValue(BindableProperty)

BindableProperty에 포함되는 값을 반환합니다.

(다음에서 상속됨 BindableObject)
GetValues(BindableProperty, BindableProperty)
사용되지 않습니다.

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

(다음에서 상속됨 BindableObject)
GetValues(BindableProperty, BindableProperty, BindableProperty)
사용되지 않습니다.

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

(다음에서 상속됨 BindableObject)
IndexOf(T)

TableSectionBase<T> 개체에서 item이 처음으로 나오는 경우의 인덱스를 반환합니다.

Insert(Int32, T)

지정된 위치의 이 TableSectionBase<T> 개체에 항목을 삽입합니다.

IsSet(BindableProperty)

대상 속성이 있고 설정된 경우 true를 반환합니다.

(다음에서 상속됨 BindableObject)
OnBindingContextChanged()

TableSectionBase<T> 개체의 각 항목에서 새 바인딩 컨텍스트를 전달하여 SetInheritedBindingContext(BindableObject, Object) 메서드를 호출합니다.

OnPropertyChanged(String)

자식 클래스에서 이 메서드를 호출하여 속성이 변경되었음을 알립니다.

(다음에서 상속됨 BindableObject)
OnPropertyChanging(String)

자식 클래스에서 이 메서드를 호출하여 속성이 변경되었음을 알립니다.

(다음에서 상속됨 BindableObject)
Remove(T)

TableSectionBase<T> 개체에서 지정된 항목을 제거합니다.

RemoveAt(Int32)

index로 지정된 위치의 이 TableSectionBase<T> 개체에서 지정된 항목을 제거합니다.

RemoveBinding(BindableProperty)

이전 바인딩 설정을 제거합니다.

(다음에서 상속됨 BindableObject)
SetBinding(BindableProperty, BindingBase)

속성에 바인딩을 할당합니다.

(다음에서 상속됨 BindableObject)
SetValue(BindableProperty, Object)

지정한 속성의 값을 설정합니다.

(다음에서 상속됨 BindableObject)
SetValue(BindablePropertyKey, Object)

propertyKey의 값을 설정합니다.

(다음에서 상속됨 BindableObject)
SetValueCore(BindableProperty, Object, SetValueFlags)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

(다음에서 상속됨 BindableObject)
UnapplyBindings()

이전 모든 바인딩 설정을 적용 해제합니다.

(다음에서 상속됨 BindableObject)

이벤트

BindingContextChanged

BindingContext 속성이 변경될 때마다 발생됩니다.

(다음에서 상속됨 BindableObject)
CollectionChanged

TableSectionBase<T> 개체에서 하나 이상의 항목이 추가되거나 제거될 때 발생하는 이벤트입니다.

PropertyChanged

속성이 변경된 경우 발생됩니다.

(다음에서 상속됨 BindableObject)
PropertyChanging

속성이 변경되려고 할 때 발생됩니다.

(다음에서 상속됨 BindableObject)

명시적 인터페이스 구현

ICollection<T>.IsReadOnly

false를 반환합니다. 개체의 컬렉션은 변경될 수 있습니다.

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 플랫폼에서 내부용으로 사용합니다.

적용 대상