SPMobileComponent.RegionalSettings, propriété (Microsoft.SharePoint.MobileControls)

Gets an object holding information about the cultural context.

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

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property RegionalSettings As SPRegionalSettings
'Utilisation
Dim value As SPRegionalSettings

value = Me.RegionalSettings
protected virtual SPRegionalSettings RegionalSettings { get; }

Valeur de la propriété

An SPRegionalSettings object holding cultural context information.

Notes

The default implementation returns the value of the RegionalSettings property of the SharePointContext property. Use RegionalSettings instead of Microsoft.SharePoint.MobileControls.SPMobileComponent.SharePointContext.RegionalSettings to simplify your code. Do not override RegionalSettings or you create a chance that its value will be inconsistent with the value of Microsoft.SharePoint.MobileControls.SPMobileComponent.SharePointContext.RegionalSettings.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms