Freigeben über


DataPackageView.GetRtfAsync Methode

Definition

Ruft den RICH-Text-formatierten Inhalt (RTF) ab, der in einer DataPackageView enthalten ist.

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)

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Der Rich-Text-formatierte Inhalt für das DataPackage.

Attribute

Gilt für: