Metoda IVsUICollection.get_Count — (UInt32)
Zwraca liczbę elementów w kolekcji.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
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
Parametry
pnCount
Type: System.UInt32[out] Lokalizacja, aby zwrócić liczbę elementów.
Wartość zwracana
Type: System.Int32
Zwraca S_OK, jeśli wynik został zwrócony.
Zobacz też
Interfejs IVsUICollection
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku