'DeclarationPublic Overloads Sub Add( _ ByVal value As Object, _ ByVal displayName As String _ )
'UsageDim instance As ItemCollection Dim value As Object Dim displayName As String instance.Add(value, displayName)
public void Add( object value, string displayName )
Parameters
- value
- The value to add.
- displayName
- The display name of the item to use.