INavigableItem.Item[String] Property

Definition

Represents the object item.

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

Parameters

itemName
String

A String string that represents the name of the item.

Property Value

Returns the object item.

Applies to