バージョン

GetDescription メソッド (UndoUnit)

目的が元に戻すまたはやり直し操作であるかどうかに基づいて、アクションの文字列表現を返します。
シンタックス
'宣言
 
Public MustOverride Function GetDescription( _
   ByVal itemType As UndoHistoryItemType, _
   ByVal detailed As Boolean _
) As String
public abstract string GetDescription( 
   UndoHistoryItemType itemType,
   bool detailed
)

パラメータ

itemType
記述がリクエストされている履歴のタイプ。
detailed
詳細記述を返すかどうかを示すブール値。たとえば、false の場合は「Typing」を返すことができますが、詳細に関しては「Typing 'qwerty」を返すことができます。
参照