Método IVsWritableSettingsStore.GetSubCollectionCount (String, UInt32)
Publicado: abril de 2016
Retorna o número de sub-collections nas coleções especificadas.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int GetSubCollectionCount(
string collectionPath,
out uint subCollectionCount
)
int GetSubCollectionCount(
String^ collectionPath,
[OutAttribute] unsigned int% subCollectionCount
)
abstract GetSubCollectionCount :
collectionPath:string *
subCollectionCount:uint32 byref -> int
Function GetSubCollectionCount (
collectionPath As String,
<OutAttribute> ByRef subCollectionCount As UInteger
) As Integer
Parâmetros
- collectionPath
[in] O caminho da coleção.
- subCollectionCount
[out] O número de sub-collections.
Valor de retorno
Type: System.Int32
Retorna S_OK se o número de coleções de sub foi retornado.
Implementações
IVsSettingsStore.GetSubCollectionCount(String, UInt32)
Consulte também
Interface IVsWritableSettingsStore
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo