TileData.TileOrder property
取得或設定並排顯示的順序
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property TileOrder As Integer
Get
Set
'用途
Dim instance As TileData
Dim value As Integer
value = instance.TileOrder
instance.TileOrder = value
public int TileOrder { get; set; }
Property value
Type: System.Int32