Windows Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. Para obter informações sobre esse tipo, incluindo uso, observações e exemplos, consulteWindowsCollection.
public interface class Windows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("096CD58B-0786-11D1-95FA-0080C78EE3BB")]
public interface Windows : System.Collections.IEnumerable
type Windows = interface
interface IEnumerable
Public Interface Windows
Implements IEnumerable
- Derivado
- Atributos
- Implementações
Propriedades
Count |
Obtém uma contagem do número de WindowObject objetos contidos na WindowsCollection coleção. |
Item[Object] |
Obtém uma referência ao objeto especificado WindowObject da WindowsCollection coleção. |
Métodos
GetEnumerator() |
Obtém um IEnumerator que itera em todas as entradas do WindowsCollection objeto. |