NavigationNodeCreationInformation.AsLastNode 屬性
取得或設定值,指定是否將建立瀏覽節點成為集合中的最後一個節點。
命名空間: 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 AsLastNode As Boolean
Get
Set
'用途
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean
value = instance.AsLastNode
instance.AsLastNode = value
public bool AsLastNode { get; set; }
屬性值
類型:System.Boolean
如果導覽節點將會建立做為集合; 的最後一個節點,則傳回Booleantrue否則,傳回false。預設值是
備註
如果 PreviousNode 不null 參考 (未執行任何動作 於 Visual Basic 中),則必須有任何效果。
請參閱
參照
NavigationNodeCreationInformation 類別