IVsWritableSettingsStore.CollectionExists(String, Int32) Yöntem

Tanım

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

Int32

Koleksiyon varsa T: Microsoft.VisualStudio.VSConstants.S_OK döndürür.

Uygulamalar

Şunlara uygulanır