Compartir a través de


AnnotatableBase.IReadOnlyAnnotatable.Item[String] Propiedad

Definición

Obtiene el valor de la anotación con el nombre especificado, devolviendo null si no existe.

object? Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.Item[string name] { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.Item(string) : obj
 ReadOnly Property Item(name As String) As Object Implements IReadOnlyAnnotatable.Item

Parámetros

name
String

Nombre de la anotación que se va a buscar.

Valor de propiedad

Valor de la anotación existente si ya existe una anotación con el nombre especificado. En caso contrario, es null.

Implementaciones

Atributos

Se aplica a