共用方式為


SPActionLink class

代表會顯示 [伺服器上的服務] 頁面上,在 SharePoint 管理中心網站上的服務的動作。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPActionLink

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPActionLink
'用途
Dim instance As SPActionLink
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPActionLink

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.

請參閱

參照

SPActionLink members

Microsoft.SharePoint.Administration namespace