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

适用于

另请参阅