IVsEnumDebugName.GetCount(UInt32) Método

Definição

Retorna a contagem total de nomes de depuração na sequência de enumeração.

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

Parâmetros

pceltCount
UInt32

fora Contagem total de nomes de depuração na sequência de enumeraçã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 textmgr. idl:

[C++]

HRESULT IVsEnumDebugName::GetCount(  
   [out] ULONG *pceltCount  
);  

Aplica-se a