'宣言 Public Function AddCurrentViewStateToHistory( _ ByVal userAction As HistorySavedActionsEnum, _ ByVal historyItemCaption As System.String, _ ByVal force As System.Boolean _ ) As ViewHistoryItem
'使用法 Dim instance As C1PreviewPane Dim userAction As HistorySavedActionsEnum Dim historyItemCaption As System.String Dim force As System.Boolean Dim value As ViewHistoryItem value = instance.AddCurrentViewStateToHistory(userAction, historyItemCaption, force)
public ViewHistoryItem AddCurrentViewStateToHistory( HistorySavedActionsEnum userAction, System.string historyItemCaption, System.bool force )
パラメータ
- userAction
- A HistorySavedActionsEnum value defining the user action associated with the new history item.
- historyItemCaption
- The caption of the new history item.
- force
- If true, forces adding of the current state even if it is equal to the state stored in the C1PreviewPane.CurrentHistoryEntry.
戻り値の型
The newly created ViewHistoryItem object, or null if the action was cancelled.