SPMobileItemFieldIterator.IsComputedFieldSupported - Méthode

Remarque : cette API est désormais obsolète.

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

Syntaxe

'Déclaration
<ObsoleteAttribute("Use SPMobileUtility.IsSupportedComputedField(SPField) instead.")> _
Protected Overridable Function IsComputedFieldSupported ( _
    field As SPField _
) As Boolean
'Utilisation
Dim field As SPField
Dim returnValue As Boolean

returnValue = Me.IsComputedFieldSupported(field)
[ObsoleteAttribute("Use SPMobileUtility.IsSupportedComputedField(SPField) instead.")]
protected virtual bool IsComputedFieldSupported(
    SPField field
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

SPMobileItemFieldIterator classe

SPMobileItemFieldIterator - Membres

Microsoft.SharePoint.MobileControls - Espace de noms