DataPackageView.AvailableFormats プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataPackageView に含まれる形式を返します。
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)
プロパティ値
DataPackageView に含まれる形式。