SPLink class
描述文件或一般清單項目之間的連結。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPLink
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public NotInheritable Class SPLink
'用途
Dim instance As SPLink
public sealed class SPLink
備註
SPLink類別可以表示順向的連結,前往 [檔案] 或 [清單項目從其他網頁或向後的連結,從其他網頁前往檔案或清單項目。前導連結包含比往回連結的詳細資訊。
您可以使用BackwardLinks或ForwardLinksSPFile或SPListItem類別的屬性,分別傳回的檔案或清單項目,請向前或回溯連結集合。使用索引子來從集合傳回單一項目。例如,如果集合指派給一個名為myLinks變數,使用myLinks[index] 在 Microsoft Visual C# 或myLinks(index) 在 Microsoft Visual Basic,其中index是集合中項目的索引編號。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.