Compartilhar via


SPLocaleCollection.Item property

Obtém o objeto de localidade no índice especificado na coleção. No Microsoft Visual C#, essa propriedade é o indexador para a classe SPLocaleCollection .

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

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPLocale
    Get
'Uso
Dim instance As SPLocaleCollection
Dim index As Integer
Dim value As SPLocale

value = instance(index)
public SPLocale this[
    int index
] { get; }

Parâmetros

  • index
    Type: System.Int32

    Um inteiro de 32 bits que especifica o índice.

Property value

Type: Microsoft.SharePoint.SPLocale
Um objeto Microsoft.SharePoint.SPLocale que representa a localidade.

Ver também

Referência

SPLocaleCollection class

SPLocaleCollection members

Microsoft.SharePoint namespace