ILearningModelFeatureDescriptor.Kind 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
功能类型 - 使用此类型可知道要使用哪个派生类。
public:
property LearningModelFeatureKind Kind { LearningModelFeatureKind get(); };
LearningModelFeatureKind Kind();
public LearningModelFeatureKind Kind { get; }
var learningModelFeatureKind = iLearningModelFeatureDescriptor.kind;
Public ReadOnly Property Kind As LearningModelFeatureKind
属性值
功能类型 - 使用此类型可知道要使用哪个派生类。
注解
Windows Server
若要在 Windows Server 上使用此 API,必须使用带桌面体验的 Windows Server 2019。
线程安全
此 API 是线程安全的。