Compartir a través de


DataPackageView.GetRtfAsync Método

Definición

Obtiene el contenido con formato de texto enriquecido (RTF) contenido contenido en 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)

Devoluciones

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Contenido con formato de texto enriquecido para DataPackage.

Atributos

Se aplica a