TableSection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TableView의 논리적이고 보이는 섹션입니다.
public sealed class TableSection : Xamarin.Forms.TableSectionBase<Xamarin.Forms.Cell>
type TableSection = class
inherit TableSectionBase<Cell>
- 상속
생성자
| TableSection() |
기본값을 사용하여 새 TableSection을 만듭니다. |
| TableSection(String) |
제목 |
속성
| BindingContext |
이 BindableObject에 속하는 바인딩된 속성에 의해 대상으로 지정될 속성을 포함하는 개체를 가져오거나 설정합니다. (다음에서 상속됨 BindableObject) |
| Count |
이 TableSectionBase<T> 개체에 있는 항목의 수를 가져옵니다. (다음에서 상속됨 TableSectionBase<T>) |
| Dispatcher |
TableView의 논리적이고 보이는 섹션입니다. (다음에서 상속됨 BindableObject) |
| Item[Int32] |
|
| TextColor |
TableView의 논리적이고 보이는 섹션입니다. (다음에서 상속됨 TableSectionBase) |
| Title |
제목을 가져오거나 설정합니다. (다음에서 상속됨 TableSectionBase) |
메서드
이벤트
| BindingContextChanged |
BindingContext 속성이 변경될 때마다 발생됩니다. (다음에서 상속됨 BindableObject) |
| CollectionChanged |
이 TableSectionBase<T> 개체에서 하나 이상의 항목이 추가되거나 제거될 때 발생하는 이벤트입니다. (다음에서 상속됨 TableSectionBase<T>) |
| PropertyChanged |
속성이 변경된 경우 발생됩니다. (다음에서 상속됨 BindableObject) |
| PropertyChanging |
속성이 변경되려고 할 때 발생됩니다. (다음에서 상속됨 BindableObject) |
명시적 인터페이스 구현
| ICollection<T>.IsReadOnly |
|
| IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. (다음에서 상속됨 BindableObject) |
| IEnumerable.GetEnumerator() |
이 TableSectionBase<T> 개체에서 개체 컬렉션을 반복하는 열거자를 반환합니다. (다음에서 상속됨 TableSectionBase<T>) |
확장 메서드
| GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
TableView의 논리적이고 보이는 섹션입니다. |
| SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
TableView의 논리적이고 보이는 섹션입니다. |
| SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
속성에 바인딩을 만들고 적용합니다. |
| SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
사용되지 않음.
식에서 바인딩을 만들고 적용합니다. |
| SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) |
TableView의 논리적이고 보이는 섹션입니다. |
| 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 플랫폼에서 내부용으로 사용합니다. |