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傳回包含這個 DataViewSchema.Annotations.Builder 目前內容的資料列。 |