PickerProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of PickerProperty objects.
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
- Attributes
- Implements
Properties
Application |
Gets a Object object that represents the container application for the PickerProperties object. |
Count |
Gets the count of the number of PickerProperty objects contained within the PickerProperties collection. |
Creator |
Gets a 32-bit integer that indicates the application in which the PickerProperties object was created. |
Item[Int32] |
Gets a PickerProperty object at the specified index. |
Methods
Add(String, String, MsoPickerField) |
Adds a PickerProperty object to the collection. |
GetEnumerator() |
Returns an enumerator that iterates through the collection. |
Remove(String) |
Removes a PickerProperty from the collection. |