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
。