다음을 통해 공유


DataPackageView.AvailableFormats 속성

정의

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)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

DataPackageView에 포함된 형식입니다.

적용 대상

추가 정보