WritableSettingsStore.DeleteCollection(String) Yöntem

Tanım

Verilen koleksiyonu, içindeki tüm alt koleksiyonları ve özellikleri yinelemeli olarak siler. Koleksiyon yoksa veya boş bir dize ("") geçirilirse Yöntem döndürülür false .

public:
 abstract bool DeleteCollection(System::String ^ collectionPath);
public:
 abstract bool DeleteCollection(Platform::String ^ collectionPath);
 abstract bool DeleteCollection(std::wstring const & collectionPath);
public abstract bool DeleteCollection (string collectionPath);
abstract member DeleteCollection : string -> bool
Public MustOverride Function DeleteCollection (collectionPath As String) As Boolean

Parametreler

collectionPath
String

Silinecek koleksiyonun yolu.

Döndürülenler

Boolean

Silmenin sonucu.

Şunlara uygulanır