Add Method
See Also 
SourceCode.Workflow.Design.Notification.Data Namespace > NotificationCollection Class : Add Method



item
The item.

Glossary Item Box

Adds the specified item.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal item As NotificationItem _
) 
Visual Basic (Usage)Copy Code
Dim instance As NotificationCollection
Dim item As NotificationItem
 
instance.Add(item)
C# 
public void Add( 
   NotificationItem item
)
C++/CLI 
public:
void Add( 
   NotificationItem^ item
) 

Parameters

item
The item.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also