Bearbeiten

Freigeben über


JsonElement.Item[String] Property

Definition

Looks up a specific Element from the Json dictionary which had its "id" property set to the same value as the key

public MonoTouch.Dialog.Element this[string key] { get; }
member this.Item(string) : MonoTouch.Dialog.Element

Parameters

key
String

Identifier name.

Property Value

Remarks

Use this method to locate elements that you have tagged with an "id" at runtime.

Applies to