PickerResults Interface

Definition

A collection of PickerResult objects.

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
Attributes
Implements

Properties

Application

Gets a Object object that represents the container application for the PickerResults object.

Count

Retrieves the count of the number of PickerResult objects contained within the PickerResults collection.

Creator

Gets a 32-bit integer that indicates the application in which the PickerResults object was created.

Item[Int32]

Gets a PickerResult object at the specified index.

Methods

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

Adds a PickerResult object to the PickerResults collection.

GetEnumerator()

Applies to