IVsSimplePreviewChangesList.GetItemCount(UInt32) Método

Definição

Retorna o número de itens na lista de visualização.

public:
 int GetItemCount([Runtime::InteropServices::Out] System::UInt32 % pCount);
int GetItemCount([Runtime::InteropServices::Out] unsigned int & pCount);
public int GetItemCount (out uint pCount);
abstract member GetItemCount : uint32 -> int
Public Function GetItemCount (ByRef pCount As UInteger) As Integer

Parâmetros

pCount
UInt32

fora Retorna o número de itens na lista de visualização.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De vsshell80. idl:

HRESULT IVsSimplePreviewChangesList::GetItemCount(  
   [out] ULONG* pCount  
);  

Aplica-se a