SPMobileCurrentDateTimeSpecificField - Classe
Génère le rendu d'un champ pour une valeur de date et d'heure sur une page mobile, dans une façon appropriée pour le type de page, tels que nouveau, modifier ou afficher ; et bien, cette classe fournit également l'heure locale actuelle dans les champs appropriés sur la nouvelle page.
Hiérarchie d’héritage
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
Microsoft.SharePoint.Mobile.WebControls.SPMobileFieldMetaData
Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseTextField
Microsoft.SharePoint.Mobile.WebControls.SPMobileDateTimeField
Microsoft.SharePoint.Mobile.WebControls.SPMobileCurrentDateTimeSpecificField
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileCurrentDateTimeSpecificField _
Inherits SPMobileDateTimeField
'Utilisation
Dim instance As SPMobileCurrentDateTimeSpecificField
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileCurrentDateTimeSpecificField : SPMobileDateTimeField
Remarques
Ce contrôle restitue la valeur d'un objet SPFieldDateTime. Il est en général la valeur de la propriété FieldRenderingMobileControl.
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.