Partager via


SPMobileWebPageLibraryItemFieldIterator.IsFormFieldExcluded - Méthode

Obtient une valeur qui indique si le champ spécifié SPField est exclu à partir des champs de rendu d'un élément de bibliothèque particulier dans un formulaire mobile.

Espace de noms :  Microsoft.SharePoint.Mobile.WebControls
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Protected Overrides Function IsFormFieldExcluded ( _
    field As SPField _
) As Boolean
'Utilisation
Dim field As SPField
Dim returnValue As Boolean

returnValue = Me.IsFormFieldExcluded(field)
protected override bool IsFormFieldExcluded(
    SPField field
)

Paramètres

Valeur renvoyée

Type : System.Boolean
Cette propriété renvoie true si le champ est exclu ; dans le cas contraire, false.

Voir aussi

Référence

SPMobileWebPageLibraryItemFieldIterator classe

SPMobileWebPageLibraryItemFieldIterator - Membres

Microsoft.SharePoint.Mobile.WebControls - Espace de noms