Compartilhar via


ViewInfos Interface

Definição

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, consulteViewInfosCollection.

public interface class ViewInfos : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("096CD601-0786-11D1-95FA-0080C78EE3BB")]
public interface ViewInfos : System.Collections.IEnumerable
type ViewInfos = interface
    interface IEnumerable
Public Interface ViewInfos
Implements IEnumerable
Derivado
Atributos
Implementações

Propriedades

Count

Obtém uma contagem do número de ViewInfoObject objeto contido na ViewInfosCollection coleção.

Item[Object]

Obtém o objeto especificado ViewInfoObject da ViewInfosCollection coleção.

Métodos

GetEnumerator()

Obtém um IEnumerator que itera em todas as entradas do ViewInfosCollection objeto.

Aplica-se a