PickerItem Class
Represents a reusable module for items consumed in a picker object such as the GroupedItemPicker control.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.WebControls.PickerItem
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public NotInheritable Class PickerItem
'Usage
Dim instance As PickerItem
public sealed class PickerItem
Remarks
Representing picker items as PickerItem objects allows strongly typed collections to be built that support standard enumeration. The most notable use of this class is for internal picker controls for strongly typed collections of picker items. Since the class is sealed it is not possible to extend the class with supplementary values, and since it is read-only none of the properties can be set for object creation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.