[]
文档属性的集合。
public interface IDocumentPropertyCollection
| Name | Description |
|---|---|
| Count | 获取集合中的文档属性数量。 |
| this[int] | 获取指定索引的IDocumentProperty 。 |
| this[string] | 获取具有指定名称的IDocumentProperty 。 |
| Name | Description |
|---|---|
| Clear() | 从集合中移除所有属性。 |
| Contains(string) | 确定具有指定名称的文档属性是否包含在IDocumentPropertyCollection 中。 |
| IndexOf(string) | 通过名称获取属性的索引。 |
| Remove(string) | 从集合中移除具有指定名称的属性。 |
| RemoveAt(int) | 移除指定索引处的属性。 |