次の方法で共有


BarcodeScannerImagePreviewReceivedEventArgs.Preview プロパティ

定義

プレビュー フレームを表す デバイスから を取得します。

public:
 property IRandomAccessStreamWithContentType ^ Preview { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType Preview();
public IRandomAccessStreamWithContentType Preview { get; }
var iRandomAccessStreamWithContentType = barcodeScannerImagePreviewReceivedEventArgs.preview;
Public ReadOnly Property Preview As IRandomAccessStreamWithContentType

プロパティ値

プレビュー フレームを表すデータ ストリーム。

適用対象