RemoteSettings.CollectionExists(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se a coleção existe.
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
Parâmetros
- collectionPath
- String
Caminho para a coleção de configurações remotas no formato My\Custom\Path
Retornos
True se o coleção existir, caso contrário, false