Método HandleCollector.Add ()
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Incrementa a contagem de identificadores atual.
Namespace: System.Runtime.InteropServices
Assembly: System (em System.dll)
Sintaxe
public void Add()
public:
void Add()
member Add : unit -> unit
Public Sub Add
Exceções
Exception | Condition |
---|---|
InvalidOperationException | A propriedade Count é menor que 0. |
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
Classe HandleCollector
Namespace System.Runtime.InteropServices
Retornar ao início