ManagedObjectCollection<TItem>.Add Method
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.
Overloads
Add(TItem) | |
Add(TItem, String) |
Add(TItem)
public:
void Add(TItem item);
public void Add (TItem item);
member this.Add : 'Item -> unit
Public Sub Add (item As TItem)
Parameters
- item
- TItem
Applies to
Add(TItem, String)
public:
void Add(TItem item, System::String ^ id);
public void Add (TItem item, string id);
member this.Add : 'Item * string -> unit
Public Sub Add (item As TItem, id As String)
Parameters
- item
- TItem
- id
- String