IVsWritableSettingsStore.CollectionExists(String, Int32) 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.
Adlandırılmış bir koleksiyonun var olup olmadığını belirler.
public:
int CollectionExists(System::String ^ collectionPath, [Runtime::InteropServices::Out] int % pfExists);
int CollectionExists(std::wstring const & collectionPath, [Runtime::InteropServices::Out] int & pfExists);
public int CollectionExists (string collectionPath, out int pfExists);
abstract member CollectionExists : string * -> int
Public Function CollectionExists (collectionPath As String, ByRef pfExists As Integer) As Integer
Parametreler
- collectionPath
- String
'ndaki Ayarların yolu.
- pfExists
- Int32
[out] koleksiyon varsa doğru.
Döndürülenler
Koleksiyon varsa T: Microsoft.VisualStudio.VSConstants.S_OK döndürür.