Partager via


BaseInfoCollection<T>.Item - Propriété

Obtient l'objet portant le nom spécifié dans cette collection.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As T
    Get
'Utilisation
Dim instance As BaseInfoCollection
Dim name As String
Dim value As T

value = instance(name)
public T this[
    string name
] { get; }

Paramètres

  • name
    Type : System.String

    Le nom de l'objet à rechercher dans cette collection.

Valeur de propriété

Type : T
L'objet de cette collection portant le nom donné.

Exceptions

Exception Condition
KeyNotFoundException

Si un objet portant le nom spécifié est introuvable.

Voir aussi

Référence

BaseInfoCollection<T> classe

BaseInfoCollection<T> - Membres

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