共用方式為


StorageInfo.SubStorageExists(String) 方法

定義

傳回值,指出指定的子系子存放區是否存在。

public:
 bool SubStorageExists(System::String ^ name);
public bool SubStorageExists (string name);
member this.SubStorageExists : string -> bool
Public Function SubStorageExists (name As String) As Boolean

參數

name
String

要檢查的子 StorageInfo 名稱。

傳回

如果具有指定 name 的子系子存放區存在,則為 true;否則為 false

適用於

另請參閱