SPUserCustomAction members
Include protected members
Include inherited members
包含用來定義自訂動作的進入點的中繼資料。
The SPUserCustomAction type exposes the following members.
Properties
Name | Description | |
---|---|---|
CommandUIExtension | 取得並設定定義延伸至功能區 XML。 | |
CommandUIExtensionResource | 取得SPUserResource物件,代表翻譯CommandUIExtension屬性。 | |
Description | 取得或設定自訂動作的描述。 | |
DescriptionResource | 取得SPUserResource物件,代表翻譯的自訂動作的描述。 | |
Group | 取得或設定巨集指令群組所屬的自訂動作的名稱。 | |
Id | 取得可以唯一識別自訂動作的 GUID 值。 | |
ImageUrl | 取得並設定為代表自訂動作圖示的圖像的 URL。 | |
Location | 取得及設定自訂動作的位置。 | |
Name | 取得或設定自訂動作的名稱。 | |
RegistrationId | 取得並設定清單或項目的內容類型的這個自訂動作的聯識別碼或檔案類型或程式識別碼 (ProgID)。 | |
RegistrationType | 取得或設定指定的自訂動作類型的列舉值。 | |
Rights | 取得或設定一個值,指定自訂動作所需的權限。 | |
Scope | 取得指定自訂動作範圍的値。 | |
ScriptBlock | 取得或設定值,指定要執行時執行自訂動作JavaScript 。 | |
ScriptSrc | 取得或設定檔,包含JavaScript執行自訂動作時要執行的 URL。 | |
Sequence | 取得或設定實作特定值,以決定會出現在頁面的自訂動作的順序。 | |
Title | 取得或設定自訂動作的標題標題。 | |
TitleResource | 取得SPUserResource物件表示之標題的自訂動作的轉譯。 | |
Url | 取得或設定當引發自訂動作時要採取的動作。 | |
VersionOfUserCustomAction | 取得一個值,代表實作特有版本識別碼。 |
Top
Methods
Name | Description | |
---|---|---|
Delete() | 刪除自訂動作。 | |
Delete(Int32, Int32) | 會刪除自訂動作並傳回剩餘的目前所執行的動作數目及 parent 範圍。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | 更新自訂動作所寫入至資料庫的變更。 | |
Validate | 在執行自訂動作前儲存的驗證。 |
Top