共用方式為


StorageInfo.StreamExists(String) 方法

定義

傳回值,指出指定的資料流是否存在。

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

適用於

另請參閱