DataPackageView クラス (Windows.ApplicationModel.DataTransfer 名前空間)
public sealed class DataPackageView
継承:Object → DataPackageView
[toc]目次
メソッド
Contains
public bool Contains(string formatId);
GetBitmapAsync
public IAsyncOperation<RandomAccessStreamReference> GetBitmapAsync();
GetHtmlFormatAsync
public IAsyncOperation<string> GetHtmlFormatAsync();
GetRtfAsync
public IAsyncOperation<string> GetRtfAsync();
GetTextAsync
public IAsyncOperation<string> GetTextAsync(string formatId);
public IAsyncOperation<string> GetTextAsync();
- DataPackageViewオブジェクトからテキストを取得します。