IVsCodeDefViewContext.GetCount(UInt32) Método

Definição

Retorna uma contagem dos itens de contexto.

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

Parâmetros

pcItems
UInt32

O número de itens de contexto no projeto.

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 IVsCodeDefViewContext::GetCount(

ULONG *pcItems

);

Aplica-se a