共用方式為


FileRandomAccessStream.CanRead 屬性

定義

取得值,這個值表示是否可以讀取資料流程。

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

屬性值

Boolean

bool

如果資料流程可以從中讀取,則為 True。 否則為 false。

實作

適用於