Item

CustomPropertyCollection indexer (1 of 2)

通过特定索引获取自定义属性。

public CustomProperty this[int index] { get; }
范围描述
index指数。

返回值

自定义属性

也可以看看


CustomPropertyCollection indexer (2 of 2)

通过属性名获取自定义属性。

public CustomProperty this[string name] { get; }
范围描述
name属性名称。

返回值

自定义属性

也可以看看