ManagedObjectCollection<TItem>.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.
public:
property TItem default[System::String ^] { TItem get(System::String ^ id); };
public TItem this[string id] { get; }
member this.Item(string) : 'Item
Default Public ReadOnly Property Item(id As String) As TItem
Parameters
- id
- String
Property Value
TItem