Partager via


DataViewSchema.Annotations.GetGetter<TValue> Méthode

Définition

Obtenez un délégué getter pour une valeur de la ligne d’annotations.

public Microsoft.ML.ValueGetter<TValue> GetGetter<TValue> (Microsoft.ML.DataViewSchema.Column column);
member this.GetGetter : Microsoft.ML.DataViewSchema.Column -> Microsoft.ML.ValueGetter<'Value>
Public Function GetGetter(Of TValue) (column As DataViewSchema.Column) As ValueGetter(Of TValue)

Paramètres de type

TValue

Paramètres

Retours

S’applique à