共用方式為


BarcodeScannerImagePreviewReceivedEventArgs.Preview 屬性

定義

從代表預覽框架的裝置取得 。

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

屬性值

表示預覽框架的資料流程。

適用於