Condividi tramite


DataPackageView.GetRtfAsync Metodo

Definizione

Ottiene il contenuto RTF (Rtf) formattato in un oggetto 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)

Restituisce

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Contenuto formattato rtf per il DataPackage.

Attributi

Si applica a