Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DataPackageView.AvailableFormats Property
Definition
- Namespace:
- Windows.ApplicationModel.DataTransfer
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.
Returns the formats the DataPackageView contains.
public:
property IVectorView<Platform::String ^> ^ AvailableFormats { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> AvailableFormats();
public IReadOnlyList<string> AvailableFormats { get; }
var iVectorView = dataPackageView.availableFormats;
Public ReadOnly Property AvailableFormats As IReadOnlyList(Of String)
Property Value
The formats the DataPackageView contains.
Applies to
See also
Feedback
Was this page helpful?
