ISkillDescriptor.OutputFeatureDescriptors Property

Definition

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

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

Property Value

Windows.Foundation.Collections.IVectorView<ISkillFeatureDescriptor>

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

Applies to