Partager via


ItemResponseShapeType.AdditionalProperties, 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("Path", IsNullable:=False)> _
<XmlArrayItemAttribute("ExceptionFieldURI", GetType(PathToExceptionFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("FieldURI", GetType(PathToUnindexedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("AttachmentField", GetType(AttachmentFieldType), IsNullable:=False)> _
Public Property AdditionalProperties As BasePathToElementType()
'Utilisation
Dim instance As ItemResponseShapeType
Dim value As BasePathToElementType()

value = instance.AdditionalProperties

instance.AdditionalProperties = value
[XmlArrayItemAttribute("Path", IsNullable=false)] 
[XmlArrayItemAttribute("ExceptionFieldURI", typeof(PathToExceptionFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("ExtendedFieldURI", typeof(PathToExtendedFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("FieldURI", typeof(PathToUnindexedFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("AttachmentField", typeof(AttachmentFieldType), IsNullable=false)] 
public BasePathToElementType[] AdditionalProperties { get; set; }

Voir aussi

Référence

ItemResponseShapeType, classe
Membres ItemResponseShapeType
Microsoft.SharePoint.Portal.WebControls, espace de noms