Share via


SequenceVariableDescriptorPreview.ElementType Property

Definition

Deprecated. Gets the type of the sequence variable.

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

Property Value

The type of the sequence variable.

Attributes

Remarks

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

Applies to