共用方式為


SPUserCustomAction.Scope property

取得指定自訂動作範圍的値。

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

Syntax

'宣告
Public ReadOnly Property Scope As SPUserCustomActionScope
    Get
'用途
Dim instance As SPUserCustomAction
Dim value As SPUserCustomActionScope

value = instance.Scope
public SPUserCustomActionScope Scope { get; }

Property value

Type: Microsoft.SharePoint.SPUserCustomActionScope
指定範圍的列舉值。

請參閱

參照

SPUserCustomAction class

SPUserCustomAction members

Microsoft.SharePoint namespace