SequenceVariableDescriptorPreview.ElementType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.