: FindItemType.Item (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<XmlElementAttribute("FractionalPageItemView", GetType(FractionalPageViewType))> _
<XmlElementAttribute("IndexedPageItemView", GetType(IndexedPageViewType))> _
<XmlElementAttribute("CalendarView", GetType(CalendarViewType))> _
<XmlElementAttribute("ContactsView", GetType(ContactsViewType))> _
Public Property Item As BasePagingType
'Uso
Dim instance As FindItemType
Dim value As BasePagingType
value = instance.Item
instance.Item = value
[XmlElementAttribute("FractionalPageItemView", typeof(FractionalPageViewType))]
[XmlElementAttribute("IndexedPageItemView", typeof(IndexedPageViewType))]
[XmlElementAttribute("CalendarView", typeof(CalendarViewType))]
[XmlElementAttribute("ContactsView", typeof(ContactsViewType))]
public BasePagingType Item { get; set; }
Vea también
Referencia
FindItemType (Clase)
FindItemType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)