NotificationType.Items, propriété (Microsoft.SharePoint.Portal.WebControls)
Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<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()
'Utilisation
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; }
Voir aussi
Référence
NotificationType, classe
Membres NotificationType
Microsoft.SharePoint.Portal.WebControls, espace de noms