AnnotatableBase.IReadOnlyAnnotatable.Item[String] プロパティ

定義

指定した名前の注釈の値を取得し、存在しない場合は を null 返します。

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

パラメーター

name
String

検索する注釈の名前。

プロパティ値

指定した名前の注釈が既に存在する場合の、既存の注釈の値。 それ以外の場合は null

実装

属性

適用対象