Share via


ModelCatalog.ExecutionProviders Property

Definition

public:
 property IVector<Platform::String ^> ^ ExecutionProviders { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ExecutionProviders();
public IList<string> ExecutionProviders { get; }
var iVector = modelCatalog.executionProviders;
Public ReadOnly Property ExecutionProviders As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Applies to