Compartilhar via


ConsoleNodeCollection.Add método

Acrescenta node ao objeto ConsoleNodeCollection .

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

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub Add ( _
    node As ConsoleNode _
)
'Uso
Dim instance As ConsoleNodeCollection
Dim node As ConsoleNode

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

Parâmetros

Implementos

ICollection<T>.Add(T)

Ver também

Referência

ConsoleNodeCollection classe

ConsoleNodeCollection membros

Microsoft.SharePoint.Publishing.WebControls namespace