Свойство NavigationNodeCreationInformation.PreviousNode
Gets or sets a value that specifies the navigation node after which the new navigation node will appear in the navigation node collection.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property PreviousNode As NavigationNode
Get
Set
'Применение
Dim instance As NavigationNodeCreationInformation
Dim value As NavigationNode
value = instance.PreviousNode
instance.PreviousNode = value
public NavigationNode PreviousNode { get; set; }
Значение свойства
Тип: Microsoft.SharePoint.Client.NavigationNode
Returns a NavigationNode instance representing the navigation node after which the new navigation node will appear in the navigation node collection.
См. также
Справочные материалы
NavigationNodeCreationInformation класс