public Int32 RedoTo(NetOffice.OWC10Api.IOleUndoUnit pUU) { object[] paramsArray = Invoker.ValidateParamsArray(pUU); object returnItem = Invoker.MethodReturn(this, "RedoTo", paramsArray); return(NetRuntimeSystem.Convert.ToInt32(returnItem)); }
public Int32 RemoteNext(Int32 cElt, out NetOffice.OWC10Api.IOleUndoUnit rgElt, out Int32 pcEltFetched) { ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, true, true); rgElt = null; pcEltFetched = 0; object[] paramsArray = Invoker.ValidateParamsArray(cElt, rgElt, pcEltFetched); object returnItem = Invoker.MethodReturn(this, "RemoteNext", paramsArray); rgElt = (NetOffice.OWC10Api.IOleUndoUnit)paramsArray[1]; pcEltFetched = (Int32)paramsArray[2]; return(NetRuntimeSystem.Convert.ToInt32(returnItem)); }
public Int32 FindUnit(NetOffice.OWC10Api.IOleUndoUnit pUU) { return(Factory.ExecuteInt32MethodGet(this, "FindUnit", pUU)); }
public Int32 RedoTo(NetOffice.OWC10Api.IOleUndoUnit pUU) { return(Factory.ExecuteInt32MethodGet(this, "RedoTo", pUU)); }
public Int32 DiscardFrom(NetOffice.OWC10Api.IOleUndoUnit pUU) { return(Factory.ExecuteInt32MethodGet(this, "DiscardFrom", pUU)); }