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) |
弱く型指定されたバージョンの注釈列を 1 つ追加します。 |
Add<TValue>(String, DataViewType, ValueGetter<TValue>, DataViewSchema+Annotations) |
厳密に型指定されたバージョンの注釈列を 1 つ追加します。 |
AddPrimitiveValue<TValue>(String, PrimitiveDataViewType, TValue, DataViewSchema+Annotations) |
プリミティブ値型の注釈列を 1 つ追加します。 |
ToAnnotations() |
このDataViewSchema.Annotations.Builder現在のDataViewSchema.Annotations内容を含む行を返します。 |