Freigeben über


NavigationNode.Children-Eigenschaft

Ruft die Auflistung untergeordneter Knoten des Navigationsknotens ab.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Children As NavigationNodeCollection
    Get
'Usage
Dim instance As NavigationNode
Dim value As NavigationNodeCollection

value = instance.Children
public NavigationNodeCollection Children { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.NavigationNodeCollection
Gibt eine NavigationNodeCollection -Instanz, die die Sammlung von untergeordneten Knoten für den Knoten darstellt.

Hinweise

Es muss sich nicht auf ein Nullverweis (Nothing in Visual Basic).

Siehe auch

Referenz

NavigationNode Klasse

NavigationNode-Member

Microsoft.SharePoint.Client-Namespace