共用方式為


FacetResult.Item[String] Property

Definition

Gets the element that has the specified key in the read-only dictionary.

public object this[string key] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(key As String) As Object

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