IVsSettingsStore.GetSubCollectionCount(String, UInt32) Метод

Определение

Возвращает число подколлекций в указанный коллекциях.

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

Параметры

collectionPath
String

[in] Путь к коллекции.

subCollectionCount
UInt32

[out] число подколлекций.

Возвращаемое значение

Int32

Возвращает S_OK если возвращено число вложенных коллекций.

Применяется к