IVsWritableSettingsStore.CreateCollection(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.
Yeni bir koleksiyon oluşturur.
public:
int CreateCollection(System::String ^ collectionPath);
public:
int CreateCollection(Platform::String ^ collectionPath);
int CreateCollection(std::wstring const & collectionPath);
public int CreateCollection (string collectionPath);
abstract member CreateCollection : string -> int
Public Function CreateCollection (collectionPath As String) As Integer
Parametreler
- collectionPath
- String
'ndaki Koleksiyonun oluşturulması gereken yol.
Döndürülenler
Koleksiyonun tam yolu zaten mevcutsa, döndürür S_OK . Eğer boş dize yöntemine geçirilirse, döndürür Microsoft.VisualStudio.E_INVALIDARG .