RemoteSettings.CollectionExists(String) 方法

定义

确定集合是否存在。

public:
 virtual bool CollectionExists(System::String ^ collectionPath);
public bool CollectionExists (string collectionPath);
abstract member CollectionExists : string -> bool
override this.CollectionExists : string -> bool
Public Function CollectionExists (collectionPath As String) As Boolean

参数

collectionPath
String

远程设置集合的路径,格式为 My\Custom\Path

返回

Boolean

如果 colleciton 存在,则为 True; 否则为 false。

实现

适用于