NavigationNode.Children - Propriété
Gets the collection of child nodes of the navigation node.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Children As NavigationNodeCollection
Get
'Utilisation
Dim instance As NavigationNode
Dim value As NavigationNodeCollection
value = instance.Children
public NavigationNodeCollection Children { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.NavigationNodeCollection
Returns a NavigationNodeCollection instance representing the collection of child nodes of the navigation node.
Remarques
It must not be une référence Null (Rien dans Visual Basic).