StorageInfo.StreamExists(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出指定的資料流是否存在。
public:
bool StreamExists(System::String ^ name);
public bool StreamExists (string name);
member this.StreamExists : string -> bool
Public Function StreamExists (name As String) As Boolean
參數
- name
- String
要進行檢查的 StreamInfo 名稱。
傳回
如果具有指定之 name
的資料流存在,則為 true
,否則為 false
。