IVsSettingsStore.GetSubCollectionCount(String, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retorna S_OK se o número de subcoleções foi retornado.