ResourceCollection.Accepts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The collection of accept elements.