[This is preliminary documentation and is subject to change.]
An Items
| C# | Visual Basic | Visual C++ |
public class Items : SifKeyedList<string, Item>
Public Class Items _ Inherits SifKeyedList(Of String, Item)
public ref class Items : public SifKeyedList<String^, Item^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| ItemsItemsNew()() |
Creates an instance of an Items
| |
| ItemsItemsNew(Item) |
Constructor that accepts values for all mandatory fields
| |
| AddItem(String) | Adds the value of the <Item> element. |
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Item>)> | |||||
| SifKeyedList<(Of <String, Item>)> | |||||
| Items | |||||