UndoManager.EndGroup 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EndGroup(UndoGroup)
public:
bool EndGroup(Microsoft::ReportDesigner::UndoGroup ^ mark);
public bool EndGroup (Microsoft.ReportDesigner.UndoGroup mark);
member this.EndGroup : Microsoft.ReportDesigner.UndoGroup -> bool
Public Function EndGroup (mark As UndoGroup) As Boolean
参数
返回
EndGroup(UndoGroup)
public:
bool EndGroup(Microsoft::ReportDesigner::UndoGroup ^ % mark);
public bool EndGroup (ref Microsoft.ReportDesigner.UndoGroup mark);
member this.EndGroup : UndoGroup -> bool
Public Function EndGroup (ByRef mark As UndoGroup) As Boolean
参数
返回
EndGroup(String)
public:
bool EndGroup(System::String ^ description);
public bool EndGroup (string description);
member this.EndGroup : string -> bool
Public Function EndGroup (description As String) As Boolean
参数
返回