SPListItem.BackwardLinks property
會傳回連結的項目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property BackwardLinks As SPLinkCollection
Get
'用途
Dim instance As SPListItem
Dim value As SPLinkCollection
value = instance.BackwardLinks
public SPLinkCollection BackwardLinks { get; }
Property value
Type: Microsoft.SharePoint.SPLinkCollection
代表連結SPLinkCollection物件。