TwoOperandExpressionType.Item, 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("ExtendedFieldURI", GetType(PathToExtendedFieldType))> _
<XmlElementAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType))> _
<XmlElementAttribute("FieldURI", GetType(PathToUnindexedFieldType))> _
<XmlElementAttribute("ExceptionFieldURI", GetType(PathToExceptionFieldType))> _
<XmlElementAttribute("AttachmentField", GetType(AttachmentFieldType))> _
Public Property Item As BasePathToElementType
'Utilisation
Dim instance As TwoOperandExpressionType
Dim value As BasePathToElementType
value = instance.Item
instance.Item = value
[XmlElementAttribute("ExtendedFieldURI", typeof(PathToExtendedFieldType))]
[XmlElementAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType))]
[XmlElementAttribute("FieldURI", typeof(PathToUnindexedFieldType))]
[XmlElementAttribute("ExceptionFieldURI", typeof(PathToExceptionFieldType))]
[XmlElementAttribute("AttachmentField", typeof(AttachmentFieldType))]
public BasePathToElementType Item { get; set; }
Voir aussi
Référence
TwoOperandExpressionType, classe
Membres TwoOperandExpressionType
Microsoft.SharePoint.Portal.WebControls, espace de noms