[]
获取具有指定名称的IDocumentProperty 。
IDocumentProperty this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | 名称。 |
| Type | Description |
|---|---|
| IDocumentProperty |
获取指定索引的IDocumentProperty 。
IDocumentProperty this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| IDocumentProperty |