Compartir a través de


MapVariableDescriptorPreview.Fields Propiedad

Definición

En desuso. Obtiene el tipo de datos del campo de la variable de mapa.

public:
 property ILearningModelVariableDescriptorPreview ^ Fields { ILearningModelVariableDescriptorPreview ^ get(); };
ILearningModelVariableDescriptorPreview Fields();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IMapFeatureDescriptor instead of IMapVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
ILearningModelVariableDescriptorPreview Fields();
public ILearningModelVariableDescriptorPreview Fields { get; }
public ILearningModelVariableDescriptorPreview Fields { [Windows.Foundation.Metadata.Deprecated("Use IMapFeatureDescriptor instead of IMapVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var iLearningModelVariableDescriptorPreview = mapVariableDescriptorPreview.fields;
Public ReadOnly Property Fields As ILearningModelVariableDescriptorPreview

Valor de propiedad

Tipo de datos del campo de la variable de mapa.

Atributos

Comentarios

Advertencia

Se trata de una API en desuso. Use el espacio de nombres Windows.AI.MachineLearning en su lugar.

Se aplica a