IVsSettingsStore.GetSubCollectionCount(String, UInt32) Methode

Definition

Gibt die Anzahl der Unterauflistungen in den angegebenen Auflistungen zurück.

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

Parameter

collectionPath
String

[in] Der Pfad der Auflistung.

subCollectionCount
UInt32

[out] Die Anzahl der Unterauflistungen.

Gibt zurück

Int32

Gibt S_OK zurück, wenn die Anzahl der Unterauflistungen zurückgegeben wurde.

Gilt für