GetCustomPropertyName

IDocumentProperties.GetCustomPropertyName 方法

返回指定索引处的自定义属性名称。

public string GetCustomPropertyName(int index)
参数类型描述
indexInt32要获取的自定义属性的零基索引。

返回值

指定索引处的自定义属性名称。

异常

异常条件
ArgumentOutOfRangeException索引小于零。索引等于或大于 Count。

另见