Compartilhar via


ConventionAnnotatable.IMutableAnnotatable.Item[String] Propriedade

Definição

Obtém ou define o valor da anotação com o nome fornecido.

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

Parâmetros

name
String

O nome da anotação.

Valor da propriedade

O valor da anotação existente se já existir uma anotação com o nome especificado. Caso contrário, null.

Implementações

Atributos

Aplica-se a