WritableSettingsStore.DeleteCollection(String) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Silmenin sonucu.