Partager via


FieldURIOrConstantType.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("FieldURI", GetType(PathToUnindexedFieldType))> _
<XmlElementAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType))> _
<XmlElementAttribute("AttachmentField", GetType(AttachmentFieldType))> _
<XmlElementAttribute("Path", GetType(BasePathToElementType))> _
<XmlElementAttribute("Constant", GetType(ConstantValueType))> _
<XmlElementAttribute("ExceptionFieldURI", GetType(PathToExceptionFieldType))> _
<XmlElementAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType))> _
Public Property Item As Object
'Utilisation
Dim instance As FieldURIOrConstantType
Dim value As Object

value = instance.Item

instance.Item = value
[XmlElementAttribute("FieldURI", typeof(PathToUnindexedFieldType))] 
[XmlElementAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType))] 
[XmlElementAttribute("AttachmentField", typeof(AttachmentFieldType))] 
[XmlElementAttribute("Path", typeof(BasePathToElementType))] 
[XmlElementAttribute("Constant", typeof(ConstantValueType))] 
[XmlElementAttribute("ExceptionFieldURI", typeof(PathToExceptionFieldType))] 
[XmlElementAttribute("ExtendedFieldURI", typeof(PathToExtendedFieldType))] 
public Object Item { get; set; }

Voir aussi

Référence

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