Item

TagCollection 索引器

返回或设置标签的一对键值。

public string this[string name] { get; set; }
参数描述
name标签的键。

返回值

标签的值。

另见