共用方式為


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

實作

屬性

適用於