SPMobileAttachmentsField.AttachmentsField - Propriété
Obtient le champ qui effectue le rendu du contrôle SPMobileAttachmentsField .
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AttachmentsField As SPFieldAttachments
Get
'Utilisation
Dim instance As SPMobileAttachmentsField
Dim value As SPFieldAttachments
value = instance.AttachmentsField
public SPFieldAttachments AttachmentsField { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPFieldAttachments
Un SPFieldAttachments qui représente le champ qui est rendu.
Remarques
Le code appelant doit utiliser cette propriété plutôt que le hérités Field parce que le cast de SPField en SPFieldAttachments a déjà été effectuée.
Voir aussi
Référence
SPMobileAttachmentsField classe