InMemoryRandomAccessStream.CanRead 속성

정의

스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = inMemoryRandomAccessStream.canRead;
Public ReadOnly Property CanRead As Boolean

속성 값

Boolean

bool

True이면 스트림을 읽을 수 있습니다. 그렇지 않으면 false입니다.

구현

적용 대상