다음을 통해 공유


BarcodeScannerImagePreviewReceivedEventArgs.Preview 속성

정의

미리 보기 프레임을 나타내는 디바이스에서 을 가져옵니다.

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

속성 값

미리 보기 프레임을 나타내는 데이터 스트림입니다.

적용 대상