次の方法で共有


MapVariableDescriptorPreview.ValidIntegerKeys プロパティ

定義

非推奨になりました。 マップ変数記述子の有効な整数キーを取得します。

public:
 property IIterable<long long> ^ ValidIntegerKeys { IIterable<long long> ^ get(); };
IIterable<long> ValidIntegerKeys();
/// [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")]
IIterable<long> ValidIntegerKeys();
public IEnumerable<long> ValidIntegerKeys { get; }
public IEnumerable<long> ValidIntegerKeys { [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 iIterable = mapVariableDescriptorPreview.validIntegerKeys;
Public ReadOnly Property ValidIntegerKeys As IEnumerable(Of Long)

プロパティ値

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

有効な整数キー。

属性

注釈

警告

これは非推奨の API です。 代わりに Windows.AI.MachineLearning 名前空間を 使用してください。

適用対象