Partager via


RuntimeTypeBase.IReadOnlyTypeBase.FindDeclaredComplexProperty(String) Méthode

Définition

Recherche une propriété déclarée sur le type avec le nom donné. Ne retourne pas de propriétés définies sur un type de base.

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

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 à