ResourceCollection.Accepts Property

Definition

Gets or sets the collection of app:accept elements.

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

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The collection of accept elements.

Applies to