Compartilhar via


ConsoleNodeCollection.Item propriedade

Obtém ou define o objeto ConsoleNode no local especificado pelo parâmetro index .

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

Sintaxe

'Declaração
Public Default Property Item ( _
    index As Integer _
) As ConsoleNode
    Get
    Set
'Uso
Dim instance As ConsoleNodeCollection
Dim index As Integer
Dim value As ConsoleNode

value = instance(index)

instance(index) = value
public ConsoleNode this[
    int index
] { get; set; }

Parâmetros

Valor de propriedade

Tipo: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
O item de nó de console no índice especificado.

Ver também

Referência

ConsoleNodeCollection classe

ConsoleNodeCollection membros

Microsoft.SharePoint.Publishing.WebControls namespace