DataPackageView.GetRtfAsync Method

Definition

Gets the rich text formatted (RTF) content contained in a DataPackageView.

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)

Returns

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

The rich text formatted content for the DataPackage.

Attributes

Applies to