ItemType.ResponseObjects, 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
<XmlArrayItemAttribute("RemoveItem", GetType(RemoveItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ForwardItem", GetType(ForwardItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("AcceptItem", GetType(AcceptItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("DeclineItem", GetType(DeclineItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("SuppressReadReceipt", GetType(SuppressReadReceiptType), IsNullable:=False)> _
<XmlArrayItemAttribute("CancelCalendarItem", GetType(CancelCalendarItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("TentativelyAcceptItem", GetType(TentativelyAcceptItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ReplyToItem", GetType(ReplyToItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ReplyAllToItem", GetType(ReplyAllToItemType), IsNullable:=False)> _
Public Property ResponseObjects As ResponseObjectType()
'Utilisation
Dim instance As ItemType
Dim value As ResponseObjectType()
value = instance.ResponseObjects
instance.ResponseObjects = value
[XmlArrayItemAttribute("RemoveItem", typeof(RemoveItemType), IsNullable=false)]
[XmlArrayItemAttribute("ForwardItem", typeof(ForwardItemType), IsNullable=false)]
[XmlArrayItemAttribute("AcceptItem", typeof(AcceptItemType), IsNullable=false)]
[XmlArrayItemAttribute("DeclineItem", typeof(DeclineItemType), IsNullable=false)]
[XmlArrayItemAttribute("SuppressReadReceipt", typeof(SuppressReadReceiptType), IsNullable=false)]
[XmlArrayItemAttribute("CancelCalendarItem", typeof(CancelCalendarItemType), IsNullable=false)]
[XmlArrayItemAttribute("TentativelyAcceptItem", typeof(TentativelyAcceptItemType), IsNullable=false)]
[XmlArrayItemAttribute("ReplyToItem", typeof(ReplyToItemType), IsNullable=false)]
[XmlArrayItemAttribute("ReplyAllToItem", typeof(ReplyAllToItemType), IsNullable=false)]
public ResponseObjectType[] ResponseObjects { get; set; }
Voir aussi
Référence
ItemType, classe
Membres ItemType
Microsoft.SharePoint.Portal.WebControls, espace de noms