Partager via


ConventionAnnotatable.IMutableAnnotatable.Item[String] Propriété

Définition

Obtient ou définit la valeur de l’annotation avec le nom donné.

object Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
object? Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.Item(string) : obj with get, set
 Property Item(name As String) As Object Implements IMutableAnnotatable.Item

Paramètres

name
String

Nom de l’annotation.

Valeur de propriété

Valeur de l’annotation existante si une annotation portant le nom spécifié existe déjà. Sinon, null.

Implémente

Attributs

S’applique à