次の方法で共有


DocumentFieldDictionary.Item[String] Property

Definition

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.

Applies to