IVsSettingsStore::GetSubCollectionCount Method (String^, UInt32)

 

Returns the number of sub-collections in the specified collections.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

Returns S_OK if the number of sub collections was returned.

Return to top
Show: