Partager via


MappingCollection.Item - Propriété

Obtient ou définit un mappage spécifié dans cette collection de mappages.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    i As Integer _
) As Mapping
    Get
    Set
'Utilisation
Dim instance As MappingCollection
Dim i As Integer
Dim value As Mapping

value = instance(i)

instance(i) = value
public Mapping this[
    int i
] { get; set; }

Paramètres

Valeur de propriété

Type : Microsoft.Office.Server.Search.Administration.Mapping
Un mappage de cette collection.

Exceptions

Exception Condition
ArgumentOutOfRangeException

Si l'argument est hors limites.

Voir aussi

Référence

MappingCollection classe

MappingCollection - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms