共用方式為


DataPackageView.GetRtfAsync 方法

定義

取得 RTF 格式 (RTF) 包含在 DataPackageView中的 RTF。

public:
 virtual IAsyncOperation<Platform::String ^> ^ GetRtfAsync() = GetRtfAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetRtfAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetRtfAsync();
function getRtfAsync()
Public Function GetRtfAsync () As IAsyncOperation(Of String)

傳回

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

DataPackage 的 RTF 格式內容。

屬性

適用於