AnnotatableBase.Item[String] 属性

定义

获取具有给定名称的值批注,如果不存在,则返回 null 该值。

public virtual object? this[string name] { get; set; }
member this.Item(string) : obj with get, set
Default Public Overridable Property Item(name As String) As Object

参数

name
String

要查找的批注的键。

属性值

如果已存在具有指定名称的注释,则为现有注释的值。 否则为 null

适用于