DataViewSchema.Annotations.Builder 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 빌드 DataViewSchema.Annotations하는 작업을 포함하는 클래스입니다.
public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
- 상속
-
DataViewSchema.Annotations.Builder
생성자
DataViewSchema.Annotations.Builder() |
를 빌드 DataViewSchema.Annotations하는 작업을 포함하는 클래스입니다. |
메서드
Add(DataViewSchema+Annotations, Func<String,Boolean>) |
모든 이름에 |
Add(String, DataViewType, Delegate, DataViewSchema+Annotations) |
약한 형식의 주석 열을 하나 추가합니다. |
Add<TValue>(String, DataViewType, ValueGetter<TValue>, DataViewSchema+Annotations) |
강력한 형식의 주석 열 하나를 추가합니다. |
AddPrimitiveValue<TValue>(String, PrimitiveDataViewType, TValue, DataViewSchema+Annotations) |
기본 값 형식에 대한 주석 열을 하나 추가합니다. |
ToAnnotations() |
이 DataViewSchema.Annotations.Builder내용 DataViewSchema.Annotations 의 현재 내용을 포함하는 행을 반환합니다. |