SequenceVariableDescriptorPreview.ElementType 属性

定义

已弃用。 获取序列变量的类型。

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

属性值

序列变量的类型。

属性

注解

警告

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

适用于