Share via


ConsoleNodeCollection.Add Method

Appends node to the ConsoleNodeCollection.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub Add ( _
    node As ConsoleNode _
)
'Usage
Dim instance As ConsoleNodeCollection
Dim node As ConsoleNode

instance.Add(node)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void Add(
    ConsoleNode node
)

Parameters

Implements

ICollection<T>.Add(T)

See Also

Reference

ConsoleNodeCollection Class

ConsoleNodeCollection Members

Microsoft.SharePoint.Publishing.WebControls Namespace