コード例 #1
0
ファイル: IOleUndoManager.cs プロジェクト: tinmanjk/NetOffice
 public virtual Int32 Open(NetOffice.OWC10Api.IOleParentUndoUnit pPUU)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Open", pPUU));
 }
コード例 #2
0
ファイル: IOleUndoManager.cs プロジェクト: tinmanjk/NetOffice
 public virtual Int32 Close(NetOffice.OWC10Api.IOleParentUndoUnit pPUU, Int32 fCommit)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Close", pPUU, fCommit));
 }