Compartir a través de


PickerProperties Interfaz

Definición

Colección de PickerProperty objetos.

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

Propiedades

Application

Obtiene un Object objeto que representa la aplicación contenedora del objeto PickerProperties .

Count

Obtiene el recuento del número de PickerProperty objetos contenidos en la colección PickerProperties .

Creator

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

Item[Int32]

Obtiene un PickerProperty objeto en el índice especificado.

Métodos

Add(String, String, MsoPickerField)

Agrega un PickerProperty objeto a la colección.

GetEnumerator()

Devuelve un enumerador que recorre en iteración la colección.

Remove(String)

Quita un elemento PickerProperty de la colección.

Se aplica a