DataViewSchema.Annotations.Builder Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe contenant des opérations pour générer un DataViewSchema.Annotations.
public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
- Héritage
-
DataViewSchema.Annotations.Builder
Constructeurs
DataViewSchema.Annotations.Builder() |
Classe contenant des opérations pour générer un DataViewSchema.Annotations. |
Méthodes
Add(DataViewSchema+Annotations, Func<String,Boolean>) |
Ajoutez quelques colonnes dans |
Add(String, DataViewType, Delegate, DataViewSchema+Annotations) |
Ajoutez une colonne d’annotation, une version faiblement typée. |
Add<TValue>(String, DataViewType, ValueGetter<TValue>, DataViewSchema+Annotations) |
Ajoutez une colonne d’annotation, version fortement typée. |
AddPrimitiveValue<TValue>(String, PrimitiveDataViewType, TValue, DataViewSchema+Annotations) |
Ajoutez une colonne d’annotation pour un type de valeur primitive. |
ToAnnotations() |
Retourne une DataViewSchema.Annotations ligne qui contient le contenu actuel de cet DataViewSchema.Annotations.Builderobjet . |