Freigeben über


SPLocaleCollection.Item-Eigenschaft

Ruft das Gebietsschemaobjekt am angegebenen Index in der Auflistung ab. In Microsoft Visual c#, ist diese Eigenschaft die Indizierung für die SPLocaleCollection -Klasse.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPLocale
    Get
'Usage
Dim instance As SPLocaleCollection
Dim index As Integer
Dim value As SPLocale

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

Parameter

  • index
    Typ: System.Int32

    32-Bit-eine ganze Zahl, die den Index angibt.

Eigenschaftswert

Typ: Microsoft.SharePoint.SPLocale
Ein Microsoft.SharePoint.SPLocale -Objekt, das Gebietsschema darstellt.

Siehe auch

Referenz

SPLocaleCollection Klasse

SPLocaleCollection-Member

Microsoft.SharePoint-Namespace