IVsWritableSettingsStore.GetSubCollectionCount(String, UInt32) Yöntem

Tanım

Belirtilen koleksiyonlardaki alt koleksiyonların sayısını döndürür.

public:
 int GetSubCollectionCount(System::String ^ collectionPath, [Runtime::InteropServices::Out] System::UInt32 % subCollectionCount);
int GetSubCollectionCount(std::wstring const & collectionPath, [Runtime::InteropServices::Out] unsigned int & subCollectionCount);
public int GetSubCollectionCount (string collectionPath, out uint subCollectionCount);
abstract member GetSubCollectionCount : string *  -> int
Public Function GetSubCollectionCount (collectionPath As String, ByRef subCollectionCount As UInteger) As Integer

Parametreler

collectionPath
String

'ndaki Koleksiyonun yolu.

subCollectionCount
UInt32

dışı Alt koleksiyonların sayısı.

Döndürülenler

Int32

S_OKAlt koleksiyonların sayısı döndürülürse döndürür.

Uygulamalar

Şunlara uygulanır