Compartilhar via


DataObjects 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, consulteDataObjectsCollection.

public interface class DataObjects
[System.Runtime.InteropServices.Guid("096cd5a4-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface DataObjects
type DataObjects = interface
Public Interface DataObjects
Derivado
Atributos

Propriedades

Count

Obtém uma contagem do número de DataSourceObject objetos contidos na DataObjectsCollection coleção.

Item[Object]

Obtém uma referência ao objeto especificado DataSourceObject da DataObjectsCollection coleção.

Métodos

GetEnumerator()

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

Aplica-se a