Condividi tramite


CatalogModelInstance.ModelPaths Property

Definition

public:
 property IVectorView<Platform::String ^> ^ ModelPaths { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> ModelPaths();
public IReadOnlyList<string> ModelPaths { get; }
var iVectorView = catalogModelInstance.modelPaths;
Public ReadOnly Property ModelPaths As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Applies to