你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentFieldDictionary.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the element that has the specified key in the read-only dictionary.
public Azure.AI.DocumentIntelligence.DocumentField this[string key] { get; }
member this.Item(string) : Azure.AI.DocumentIntelligence.DocumentField
Default Public ReadOnly Property Item(key As String) As DocumentField
Parameters
- key
- String
The key to locate.
Property Value
The element that has the specified key in the read-only dictionary.
Implements
Exceptions
key
is null
.
The property is retrieved and key
is not found.