DataPackageView.SetAcceptedFormatId(String) 方法

定义

设置接受的格式 ID。

public:
 virtual void SetAcceptedFormatId(Platform::String ^ formatId) = SetAcceptedFormatId;
void SetAcceptedFormatId(winrt::hstring const& formatId);
public void SetAcceptedFormatId(string formatId);
function setAcceptedFormatId(formatId)
Public Sub SetAcceptedFormatId (formatId As String)

参数

formatId
String

Platform::String

winrt::hstring

格式 ID。

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

适用于