MapVariableDescriptorPreview.Fields 属性

定义

已弃用。 获取地图变量字段的数据类型。

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

属性值

地图变量字段的数据类型。

属性

注解

警告

这是一个已弃用的 API。 请改用 Windows.AI.MachineLearning 命名空间。

适用于