IVsSettingsStore.GetSubCollectionCount(String, UInt32) Método

Definição

Retorna o número de subcoleções nas coleções especificadas.

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

Parâmetros

collectionPath
String

no O caminho da coleção.

subCollectionCount
UInt32

fora O número de subcoleções.

Retornos

Int32

Retorna S_OK se o número de subcoleções foi retornado.

Aplica-se a