Compartilhar via


SPMobileComponent.RegionalSettings property

Obtém um objeto que contém informações sobre o contexto cultural.

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Overridable ReadOnly Property RegionalSettings As SPRegionalSettings
    Get
'Uso
Dim value As SPRegionalSettings

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

Property value

Type: Microsoft.SharePoint.SPRegionalSettings
Um objeto SPRegionalSettings contém informações de contexto cultural.

Comentários

A implementação padrão retorna o valor da propriedade RegionalSettings da propriedade SharePointContext . Use SPMobileComponent.RegionalSettings em vez Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.RegionalSettings para simplificar o seu código. Não substituir SPMobileComponent.RegionalSettings ou criar uma chance de que seu valor seja inconsistente com o valor de Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.RegionalSettings.

Ver também

Referência

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace