SkillExecutionDeviceDirectX.GetAvailableDirectXExecutionDevices Method

Definition

Obtain all SkillExecutionDeviceDirectX devices available on the system so that they can be filtered out appropriately given the skill requirements by the skill developer and exposed accordingly when calling ISkillDescriptor.GetSupportedExecutionDevicesAsync().

public:
 static Windows::Foundation::Collections::IVectorView<Microsoft::AI::Skills::SkillInterfacePreview::SkillExecutionDeviceDirectX ^> ^ GetAvailableDirectXExecutionDevices();
public static Windows.Foundation.Collections.IVectorView<Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceDirectX> GetAvailableDirectXExecutionDevices ();
static member GetAvailableDirectXExecutionDevices : unit -> Windows.Foundation.Collections.IVectorView<Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceDirectX>
Public Shared Function GetAvailableDirectXExecutionDevices () As IVectorView(Of SkillExecutionDeviceDirectX)

Returns

Windows.Foundation.Collections.IVectorView<SkillExecutionDeviceDirectX>

All SkillExecutionDeviceDirectX devices available on the system.

Remarks

This includes only hardware devices and excludes WARP.

Applies to