共用方式為


SPUserCustomAction.Id property

取得可以唯一識別自訂動作的 GUID 值。

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

Syntax

'宣告
Public ReadOnly Property Id As Guid
    Get
'用途
Dim instance As SPUserCustomAction
Dim value As Guid

value = instance.Id
public Guid Id { get; }

Property value

Type: System.Guid
自訂動作的唯一識別碼。

請參閱

參照

SPUserCustomAction class

SPUserCustomAction members

Microsoft.SharePoint namespace