DataProviderRequest.FormatId 属性

定义

指定格式 ID。

public:
 property Platform::String ^ FormatId { Platform::String ^ get(); };
winrt::hstring FormatId();
public string FormatId { get; }
var string = dataProviderRequest.formatId;
Public ReadOnly Property FormatId As String

属性值

String

Platform::String

winrt::hstring

格式 ID。有关详细信息,请参阅 StandardDataFormats

适用于