IVsSettingsStore::GetSubCollectionCount Method (String^, UInt32)
Visual Studio 2015
Returns the number of sub-collections in the specified collections.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int GetSubCollectionCount( String^ collectionPath, [OutAttribute] unsigned int% subCollectionCount )
Parameters
- collectionPath
-
Type:
System::String^
[in] The path of the collection.
- subCollectionCount
-
Type:
System::UInt32
[out] The number of sub-collections.
Show: