PickerResults Interfaz

Definición

Colección de PickerResult objetos.

public interface class PickerResults : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03E5-0000-0000-C000-000000000046")]
public interface PickerResults : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03E5-0000-0000-C000-000000000046")>]
type PickerResults = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface PickerResults
Implements _IMsoDispObj, IEnumerable
Atributos
Implementaciones

Propiedades

Application

Obtiene un Object objeto que representa la aplicación contenedora para el objeto PickerResults .

Count

Recupera el recuento del número de PickerResult objetos contenidos en la colección PickerResults .

Creator

Obtiene un entero de 32 bits que indica la aplicación en la que se creó el objeto PickerResults.

Item[Int32]

Obtiene un objeto PickerResult en el índice especificado.

Métodos

Add(String, String, String, String, Object, Object)

Agrega un PickerResult objeto a la colección PickerResults .

GetEnumerator()

Colección de PickerResult objetos.

Se aplica a