DataPackageView.GetRtfAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The rich text formatted content for the DataPackage.
- Attributes