Método IVsUICollection.get_Count (UInt32)
Publicado: abril de 2016
Retorna o número de itens na coleção.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int get_Count(
out uint pnCount
)
int get_Count(
[OutAttribute] unsigned int% pnCount
)
abstract get_Count :
pnCount:uint32 byref -> int
Function get_Count (
<OutAttribute> ByRef pnCount As UInteger
) As Integer
Parâmetros
- pnCount
[out] Local para retornar o número de itens.
Valor de retorno
Type: System.Int32
Retorna S_OK se a contagem foi retornada.
Consulte também
Interface IVsUICollection
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo