次の方法で共有


ImageStream.CanRead プロパティ

定義

ストリームを読み取ることができるかどうかを示します。

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

プロパティ値

Boolean

bool

ストリームを読み取ることができるかどうかを示します。

実装

適用対象