Partager via


RuntimeTypeBase.IReadOnlyTypeBase.FindMember(String) Méthode

Définition

Obtient le membre avec le nom donné. Retourne null si aucun membre portant le nom donné n’est défini.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase IReadOnlyTypeBase.FindMember (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindMember : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindMember : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase
Function FindMember (name As String) As IReadOnlyPropertyBase Implements IReadOnlyTypeBase.FindMember

Paramètres

name
String

Nom de la propriété.

Retours

Propriété ou null si aucune n’est trouvée.

Implémente

Attributs

S’applique à