: NotificationType.Items (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("CopiedEvent", GetType(MovedCopiedEventType))> _
<XmlElementAttribute("CreatedEvent", GetType(BaseObjectChangedEventType))> _
<XmlElementAttribute("MovedEvent", GetType(MovedCopiedEventType))> _
<XmlElementAttribute("NewMailEvent", GetType(BaseObjectChangedEventType))> _
<XmlElementAttribute("DeletedEvent", GetType(BaseObjectChangedEventType))> _
<XmlElementAttribute("StatusEvent", GetType(BaseNotificationEventType))> _
<XmlElementAttribute("ModifiedEvent", GetType(ModifiedEventType))> _
<XmlChoiceIdentifierAttribute("ItemsElementName")> _
Public Property Items As BaseNotificationEventType()
'Uso
Dim instance As NotificationType
Dim value As BaseNotificationEventType()
value = instance.Items
instance.Items = value
[XmlElementAttribute("CopiedEvent", typeof(MovedCopiedEventType))]
[XmlElementAttribute("CreatedEvent", typeof(BaseObjectChangedEventType))]
[XmlElementAttribute("MovedEvent", typeof(MovedCopiedEventType))]
[XmlElementAttribute("NewMailEvent", typeof(BaseObjectChangedEventType))]
[XmlElementAttribute("DeletedEvent", typeof(BaseObjectChangedEventType))]
[XmlElementAttribute("StatusEvent", typeof(BaseNotificationEventType))]
[XmlElementAttribute("ModifiedEvent", typeof(ModifiedEventType))]
[XmlChoiceIdentifierAttribute("ItemsElementName")]
public BaseNotificationEventType[] Items { get; set; }
Vea también
Referencia
NotificationType (Clase)
NotificationType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)