IsolatedStorageFileStream.CanSeek 屬性

定義

取得布林值,指出是否支援搜尋作業。

public:
 virtual property bool CanSeek { bool get(); };
public override bool CanSeek { get; }
member this.CanSeek : bool
Public Overrides ReadOnly Property CanSeek As Boolean

屬性值

如果 IsolatedStorageFileStream 物件支援搜尋作業,則為 true;否則為 false

備註

使用這個屬性來判斷物件是否 IsolatedStorageFileStream 支援搜尋作業。

適用於