ISkillDescriptor.InputFeatureDescriptors Property

Definition

IReadOnlyList of ISkillFeatureDescriptor objects that describe the skill's inputs.

public:
 property Windows::Foundation::Collections::IVectorView<Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureDescriptor ^> ^ InputFeatureDescriptors { Windows::Foundation::Collections::IVectorView<Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureDescriptor ^> ^ get(); };
public Windows.Foundation.Collections.IVectorView<Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureDescriptor> InputFeatureDescriptors { get; }
member this.InputFeatureDescriptors : Windows.Foundation.Collections.IVectorView<Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureDescriptor>
Public ReadOnly Property InputFeatureDescriptors As IVectorView(Of ISkillFeatureDescriptor)

Property Value

Windows.Foundation.Collections.IVectorView<ISkillFeatureDescriptor>

IReadOnlyList of ISkillFeatureDescriptor objects that describe the skill's inputs.

Applies to